-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ST7789 support? #18
Comments
the VNCdisplay interfaces allows you to plug in any display / output you want. what is needed is the implementation of the example: |
Does this library support TFT_eSPI? |
currently not, bit after a short look at the lib it looks like the needed functions are there. what is needed is the implementation of the VNCdisplay class. example for ILI9341 |
|
this looks like the Lines 113 to 119 in 9273144
current encoding: Rot: 5 Bit MSB may changing the endianes can help to: Lines 106 to 110 in 9273144
if this fixes it we can adapt the lib to allow configuring this on a by display bases. |
Color is normal I only modify this code
|
please check if the |
normal operation |
thanks for testing, version 1.4 release with ST7789 support |
How to start DMA to increase the number of screen frames? |
that depends on the ST7789 library supporting DMA for the SPI. |
Hallo .i have a lcd tft ili9341 parallel 8bit.can you help me make a library for this lcd..thank you before |
Hello, I want to use this on my ESP8266, but I don't know how or if it's possible to use an ST7789 240x240 SPI display. It says on the readme "more possible using VNCdisplay Interface" but I don't really understand what it means. I don't really have much knowledge on arduino and c++
The text was updated successfully, but these errors were encountered: