RobG 1,892 Posted November 5, 2014 Author Share Posted November 5, 2014 Here it is @@CarlW ugl16tiva.zip Quote Link to post Share on other sites
CarlW 0 Posted November 6, 2014 Share Posted November 6, 2014 Thanks Rob! It's much appreciated! Quote Link to post Share on other sites
devb 0 Posted March 18, 2015 Share Posted March 18, 2015 Hi Rob, Have you run this on CC3200 Launchpad? Appreciate if you can tell me what pins to change? Best Quote Link to post Share on other sites
jordied 1 Posted March 19, 2015 Share Posted March 19, 2015 I'm thinking of trying to port this to the Tiva C Series Launchpad. In particular the tm4c123gh6pmi. Where should I get started in these files to start porting? Im thinking I change the #include ? Quote Link to post Share on other sites
RobG 1,892 Posted March 19, 2015 Author Share Posted March 19, 2015 You don't have to, Tiva version already exists, but somehow I cannot find it after upgrade. http://forum.stellarisiti.com/topic/1948-library-color-lcd-graphics-library/ Quote Link to post Share on other sites
bluehash 1,581 Posted March 19, 2015 Share Posted March 19, 2015 You don't have to, Tiva version already exists, but somehow I cannot find it after upgrade. http://forum.stellarisiti.com/topic/1948-library-color-lcd-graphics-library/ 301 redirects not implemented yet http://forum.43oh.com/topic/7476-library-color-lcd-graphics-library/ Quote Link to post Share on other sites
jordied 1 Posted March 20, 2015 Share Posted March 20, 2015 301 redirects not implemented yet http://forum.43oh.com/topic/7476-library-color-lcd-graphics-library/ Oh thanks! Do you happen to know if using #include "inc/tm4c123gh6pm.h" is fine for a tm4c123gh6pmi ? Will any issues occur? Quote Link to post Share on other sites
L.R.A 78 Posted April 5, 2015 Share Posted April 5, 2015 Hi RobG, Is this one supported too?https://www.tindie.com/products/RobG/color-lcd-booster-pack-24/I just see LCDs up to 2.2" in the list but that one is 2.4".Also, is it compatible with MSP430 image generator? Did you base yourself on the graphic library from MSPWare? Quote Link to post Share on other sites
pallisi 1 Posted April 8, 2015 Share Posted April 8, 2015 Hi @@RobG, I have bought the 2.2 240x340 v3 lcd from tindie few months ago but I still cannot make it work. My intention is to make it work with the C2000 launchpad, so I am also in touch with @@timotet. First I would like to ask if the jumpers are ok for the C2000. My board has JP1,JP2 and JP4 set to "1" and all the others are unsoldered. Secondly, I have used @@timotet code, for which I am very thankful, and modified it with the ugl16 library (timotets library are compatible with the ILI9225 controller). Despite my efforts I have not managed to make it run. The screen lights up (in white color), but does not respond to any instructions. If you have any idea I would be glad to hear from you. Thank you in advance for your help. P.S Here is my code: www.dropbox.com/s/kgdqnvyy9aeqix8/C2000_RGlcd_SPI.zip?dl=0 Quote Link to post Share on other sites
pallisi 1 Posted April 8, 2015 Share Posted April 8, 2015 I have managed to find a solution. I had wrong schematics of the board. I reconfigured the PINS and now works like a charm. I will spend some more time to make my code more readable and I would like to share it in the community of 43oh. Thank you very much for your help. Quote Link to post Share on other sites
bugli 0 Posted April 9, 2015 Share Posted April 9, 2015 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 I'm having the same issue.My reset pin is coonected though. Any advice? Nevermind, i didn't see the page 4. The only issue is that it is slow. Thanks Quote Link to post Share on other sites
RobG 1,892 Posted April 17, 2015 Author Share Posted April 17, 2015 Sorry for not replying for so long, I was on vacation for the past 3 weeks. Let me know if you need more help. Quote Link to post Share on other sites
alexxx 0 Posted April 17, 2015 Share Posted April 17, 2015 Hello RobG! I want to change the pins on the processor which are connected to the display. Is it enough if I change only this ports and pins: #define LCD_SCLK_PIN BIT2 #define LCD_SCLK_PORT P3 #define LCD_MOSI_PIN BIT0 #define LCD_MOSI_PORT P3 #define LCD_MISO_PIN BIT1 #define LCD_MISO_PORT P3 #define LCD_CS_PIN BIT5 #define LCD_CS_PORT P6 #define LCD_DC_PIN BIT6 #define LCD_DC_PORT P6 Thank you in advance! Quote Link to post Share on other sites
RobG 1,892 Posted April 18, 2015 Author Share Posted April 18, 2015 If you use one of the supported MCUs, yes, that's all you need. If you change default USCI module, you will also have to change USCIx defines. Quote Link to post Share on other sites
alexxx 0 Posted April 18, 2015 Share Posted April 18, 2015 Thanks. It works. 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.