sammyizimmy / ili9341

Raspberry Pi 8 bit parallel ili9341 lcd driver
38 stars 19 forks source link

add 16 bit mode ? #7

Open 4fff618 opened 3 years ago

4fff618 commented 3 years ago

Hi, thank you very much for your work. I have a very similar display that works in 16 bit mode, reading your code I understand that it is for 8 bit mode. My TFT module does not have the IM0 pin accessible, but otherwise it is the same, same ILI9341 driver, same control pins , and DB0 to DB15 data lines. would it be possible to adapt your code to work in 16 bit mode? i don't have enough knowledge to write a patch. I found several projects but I think that your implementation as a kernel module is the most practical.