GUIslice
GUIslice copied to clipboard
adafruit TFTLCD support// Parallel LCD support
Feature Request or Enhancement
It would be very nice to get support for the Adafruit TFTLCD library as it would allow displays to run with the Parallel interface instead of SPI, maximizing the speed. It would also help support cheap displays as they tend to use the parallel interface. This library is very useful as it can use a simple identifier to select multiple driver ICs.
Hi @petrosrz -- actually, GUIslice should already support Adafruit_TFTLCD.
It can be enabled by selecting DRV_DISP_ADAGFX_ILI9341_8BIT
in a config file.
I noticed, however, that I hadn't created an example config with this option yet, so perhaps one could be created. Not sure if my response will still be useful to you since I didn't catch this request earlier.
Just in case: I'm not sure exactly what display you might have, but some of these are also supported by David's comprehensive MCUFRIEND_kbv library. If so, there are some pre-existing configs that might work for you directly. Either way, if this is still useful for you, let me know and we'll get something working for you. thx!