guycs 1 Posted July 14, 2017 Share Posted July 14, 2017 Thanks Rei, I am surprised such a working library doesn't exist as ili9341 is such a common driver so it is a very basic need, DOes the (Universal) Color LCD graphics library can serve this purpose? I have tried to port the Adafruit_ili9341 library but it doesn't compile, First the compiler didn't recognize all the #define statement for functions and after I replaced them in the code, it started throwing error messages for not recognizing the Registers names, so I got errors like this one: error: 'misopinmask' was not declared in this scope I am now trying to rewrite the code by using the SPI.h library, I will update if I get to any useful results, Quote Link to post Share on other sites
Rei Vilo 695 Posted July 14, 2017 Share Posted July 14, 2017 You're welcome ! in the front post of this thread, the library is said to support the ILI9341 controller. Have you tried it? Quote Link to post Share on other sites
guycs 1 Posted July 14, 2017 Share Posted July 14, 2017 I haven't tried because it doesn't mention CC3200 or even MSP 432 in the list of the supported Launchpads Quote Link to post Share on other sites
Rei Vilo 695 Posted July 14, 2017 Share Posted July 14, 2017 Those boards weren't available when the library was released, so it is worth giving a try. More generally about libraries, read Some Misconceptions about Libraries. Quote Link to post Share on other sites
Rei Vilo 695 Posted July 20, 2017 Share Posted July 20, 2017 @guycs The library developed by @RobG does support ILI9341. Please give it a try. Quote Link to post Share on other sites
guycs 1 Posted July 20, 2017 Share Posted July 20, 2017 Hi Rei, Thank you for letting me know, anyway I have already modified the Adafruit GFX library so it now runs on the CC3200, I will publish it as soon as I finish some last cleanups, During the process, I have learned about some compilation differences between Arduino and Energia which I'd be happy to share if there is any interest Thanks Guy Fmilburn 1 Quote Link to post Share on other sites
Fmilburn 446 Posted July 20, 2017 Share Posted July 20, 2017 5 hours ago, guycs said: During the process, I have learned about some compilation differences between Arduino and Energia which I'd be happy to share if there is any interest Seveal instances of this are scattered over 43oh. Maybe add it to this porting libraries link: Quote Link to post Share on other sites
mskumar84 0 Posted July 26, 2017 Share Posted July 26, 2017 hi i am using 2.4 inch tft and msp430f133 evaluation board planning to interface the lcd to it do u have supporting library for it its says(9341) in bracket i am new to use this lcd can anyone give me the flow and model example code of it with regards senthil 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.