-
I try set my ILI9486 8 bit parallel display but, lookslike not working.
Not realy clear what i have forget or missing, realy hard understand the example with the japan comments:/ and there is no tu…
-
Just to let you know that for me, the display ILI9341 only worked properly with the RP2040 when I changed the width and height in
TFT_eSPI/TFT_Drivers/ILI9341_Defines.h
#define TFT_WIDTH 320 //240…
-
hello, I connected an ili9341 screen to a TTGO 2.16, on the screen there are not the same pins as on the ili9225, it lights up fine but the TTGO data is not displayed on the screen. screen, who could …
-
hello, i was going to do anyther sprite buffer experiment, when i just realized that the sprite engine just suddenly stopped working, i tried downgrading the library and the esp32 core drivers and it …
-
Thanks for the great mpy extensions for ST7789 and ILI9342. They are great!
The ILI9342 also works on ILI9341 displays which are almost identical. The difference is they are 240x320 and not 320x240, …
-
I have been investigating why the Bangood "red" LCD does not work out of the box with MCUFriend. After a baffling couple of hours I took to forcing various IDs into "begin" I found the one that worked…
-
I've installed the latest esp-idf and esp-iot-solution code.
I can't get idf.py to build my project, I can see the issue, an include (-I /home/jon/esp-idf/components/driver/include) seems to be mis…
-
When I run the `scroll_kbv` example unmodified, it works fine but if I change the orientation to 1 instead of 0, it continues to scroll the same direction rather than scrolling in a different way to m…
-
Hi, I am trying to compile and run some examples from your library + tgx but I am running into an error at
`if (!_pspi->pinIsChipSelect(_dc)) in tft.begin()`
The pins that I am using are:
`
#…
-
Thanks for great jobs of LovyanGFX!
I have some ESP32-C3 boards,and several panels such as: 1.8' 128x160 st7735s tft, 2.0' 176x220 ili9225 tft, 1.5' 128x128 ssd1327 oled. Fortunately,all these pane…