ILI9481 8 bit parallel #264
-
Hello fellow engineers, I'm currently working on a project in which I would like to use a screen (see picture) I would like to use the 8-bit parallel interface since I need some pins for I²C & battery monitoring. So i'm using "Arduino_DataBus bus = new Arduino_ESP32PAR8(27 / DC /, 5 / CS /, 26 / WR /, GFX_NOT_DEFINED / RD /, 16 / D0 /, 17 / D1 /, 18 / D2 /, 19 / D3 /, 21 / D4 /, 12 / D5 /, 23 / D6 /, 25 / D7 */);" as shown on the wiki for the bus. I found the Arduino_ILI9481_18_bit in the documentation, which according to the wiki: "This display SPI interface not support 16-bit SPI. It require convert from 16-bit to 18-bit for every pixels so it is not very efficient." however, it also doesn't work with the 8-bit parallel bus. there is no Arduino_ILI9481 (regular) in the code, only in the documentation: https://github.com/moononournation/Arduino_GFX/wiki/Display-Class#ili9481-lcd-parellel-interface-320x480 Can anyone help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Just because I did not have a ILI9481 using 8-bit display board in hand. Your display board is for Mega2560 and have 5V voltage converter. I don't know is it fit for a 3.3V MCU like ESP32. |
Beta Was this translation helpful? Give feedback.
Just because I did not have a ILI9481 using 8-bit display board in hand. Your display board is for Mega2560 and have 5V voltage converter. I don't know is it fit for a 3.3V MCU like ESP32.