I'm using FSMC with ILI9341 LCD and I have some troubles with the LCD. The LCD comes in lot of different sorts, but this one do I have.
I'm using this library but the problem is that I get only two colors at my LCD screen. Black and Purple. That's because this library is made for 8-bit databus.
https://www.youtube.com/watch?v=NUErX4dx2Tw
But You can still get things to work like geometry, text, pixels etc with this library if you have this settings.
Question:
I'm looking for a C library that can be used for 16-bit data bus. I have been looking at Github, but the only C libraries I found with 16-bit data bus is not suitable for STM32 or Arduino. Do you know one?
I know that there is a high intrerest in this question because 16-bit data bus for ILI9341 is quite rare.