-
Hi and thank you for sharing the library.
Can I use this library for 2.8 inch lcd?
if yes, what changes I have make in the code?
If no, why?
Is there any difference between st7789 and st7789v and …
-
Reading the docs it looks like the ST7789V display for this watch should work, I've tested this based on the PIN out provided from the [source](https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/bl…
-
您好,我看到readme.MD文件中有如下方法:
st7789.ST7789(d7, d6, d5, d4, d3, d2, d1, d0, wr, rd, width, height, dc, reset, cs, backlight, rotations, rotation, color_order, inversion, options, buffer_size)
我想问一下,我…
-
Have you been able to get the TFT LCD that comes with your Kaluga-1 to work with Arduino for ESP32-S2? I've been trying to use the Adafruit-ST7789-Library. I had to remove some dependencies like the S…
-
![tg_image_4206645005](https://user-images.githubusercontent.com/20520240/69371506-03c1d200-0cb1-11ea-91ba-818778235c49.jpeg)
not correctly work
MISO = not connected, but display lib required **mi…
-
I am looking for some example code as to how I can do similar implementation in C like you have provided examples for Python.
The issue I am having is printing out anything to the ST7789 TFT display.…
-
Hello, I've been trying to get the screen to display something other than black and white for 2 days now I've read previous issues but nothing seems to work maybe I'm missing something obvious, the sp…
-
So far I've only tested this with 0.96" 160x80 ST7735S. There are more ST7735 variants we can test like ST7735R, ST7735B, and ST7789. cc @jamwaffles
-
burnt volumio img to sd card. done updates, then followed your code and still no display. please help
using pi02w with pirate audio line out
hec59 updated
2 months ago
-
Need to add support for the "tearing effect" signal synchronization to avoid writing display memory while it's being read. This can cause the display to "slide" transition between frames if the write …