pr1v1t 0 Posted April 5, 2014 Share Posted April 5, 2014 That's what I'm seeing. However, I'm trying to get the pinout done. I noticed a couple pin definitions in config.h (for CS and DC). I'm using a 5529LP, but the screen I am using includes D0-D15, RS, CS, RD, WR, and RST, Where exactly is the DC port going to? Do you have the rest of the pin definitions in the code, or do I need to create them myself? Sorry for my ignorance. I'm not as familiar with the Launchpad as I'd like to be. Quote Link to post Share on other sites
pr1v1t 0 Posted April 5, 2014 Share Posted April 5, 2014 @@RobG I've also found the pin definitions for MOSI, MISO, and SCLK. I'm assuming the MOSI and MISO pins go to RD and WR (or vice versa). CS would go to CS, and SCLK would go to RS (different pin from the RESET pin). That would leave RESET and BL_CNT unused, as well as leaving the D0-D15 pins unused. Am I correct in this assumption? I'm working on adjusting the pin definitions in msp.h and config.h in order to fit the layout given in the MSP430F5529 pin layout that comes in the box, but am not having any luck as of yet (white screen... no data to screen). I still have no idea where to connect the DC pin listed in your headers, though. This library seems to be MUCH lighter weight than the one I am currently using, so I'd hate to have to go back to the other one. Edit: There is also an SD_CS pin I neglected to mention before, because I believe it is for the SD card slot on the display. However, since my unit does not have explicitly labelled MOSI, MISO, SCLK, and D/C pins, will I be forced into using the D0-D15 + CS/RD/WR/RS setup rather than the SPI interface you have in your libraries? Quote Link to post Share on other sites
RobG 1,892 Posted April 5, 2014 Author Share Posted April 5, 2014 You have parallel LCD, my library is for serial. DC is RS, CS is CS, do not use MISO, MOSI, or SCLK. I am not using D0-D15, WR, RD, and RST, so you have to add it yourself. You will need to rewrite writeData and writeCommand to use parallel instead of serial. Quote Link to post Share on other sites
RobG 1,892 Posted April 6, 2014 Author Share Posted April 6, 2014 Added Tiva library for my 320x240 Color LCD BP (first post) Quote Link to post Share on other sites
RobG 1,892 Posted April 19, 2014 Author Share Posted April 19, 2014 Updated MSP430 library for 8 bit displays (fixed problem with F5xxx chips) Moved Tiva libraries to Stellarisiti site see original post Quote Link to post Share on other sites
RobG 1,892 Posted April 19, 2014 Author Share Posted April 19, 2014 Added MSP430FR5969 Wolverine LaunchPad to ugl16msp Quote Link to post Share on other sites
drwalker 0 Posted May 7, 2014 Share Posted May 7, 2014 @@RobG I just ran your demo code on a newly purchased 2.2" 320x240 Color LCD Booster Pack (v3) and I am seeing a solid white line of pixels along the top edge of the screen (side opposite the ribbon cable). If I try overwriting the region it always remains a solid white line. Is this potentially a damaged LCD, or am I missing something in the software? All other functionality works fine and all the demo graphics are displayed correctly. Thanks, Ryan Quote Link to post Share on other sites
RobG 1,892 Posted May 7, 2014 Author Share Posted May 7, 2014 Hmmm, how wide is the line? I do test all LCDs before I ship them, but we all heard stories about USPS Quote Link to post Share on other sites
Sonu 0 Posted May 14, 2014 Share Posted May 14, 2014 Hey RobG, i was trying your new universal graphics library of ILI9341 (QVGA 2.2" TFT) with MSP430F5325.i did little bit changes regarding the Msp430x55x29 to Msp430F5325.but there is numerous errors. your suggestions are highly welcome.Regards:Sonu Verma Quote Link to post Share on other sites
RobG 1,892 Posted May 15, 2014 Author Share Posted May 15, 2014 @@Sonu, what changes did you make and what errors do you see? Quote Link to post Share on other sites
Sonu 0 Posted May 20, 2014 Share Posted May 20, 2014 Hello RobG,I switched to MSP430F5529, there is only 4-5 errors that was regarding clocks settings etc of Gx series of controller so after commenting those lines in "msp.h" there's no error left.but still there is only led On nothing as such.my pin connection are: P1.7 = MOSI P1.0 = CS P1.4 = DC P1.5 = SCLK P1.6 = MISO Vcc, Led = 3.3v reset = blank GND= ground Quote Link to post Share on other sites
RobG 1,892 Posted May 20, 2014 Author Share Posted May 20, 2014 You need to connect reset, my library assumes reset is taken care of by the BoosterPack. Quote Link to post Share on other sites
Sonu 0 Posted May 22, 2014 Share Posted May 22, 2014 Reset to logic high ?there's still no change, are other pins are at proper places. ? Quote Link to post Share on other sites
Igor Isaias Banlian 0 Posted May 31, 2014 Share Posted May 31, 2014 RobG, is possible for you provide the example (.ino) used in the video below? https://www.youtube.com/watch?v=XE-D4W60yfI Regards, Igor Isaias Banlian Quote Link to post Share on other sites
RobG 1,892 Posted June 2, 2014 Author Share Posted June 2, 2014 The test sequence used in this video is included with the library Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.