Is there any sample code for using this display with either the TFT_eSPI or the LovyanGFX libraries?
I don't use LVGL, and the included demo only shows use with that library.
Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
Is there any sample code for using this display with either the TFT_eSPI or the LovyanGFX libraries?
I don't use LVGL, and the included demo only shows use with that library.
Just have those :
Do not have other information
Manybe we plan to update more information next year
report
I was able to use this for graphics and quite like it. Look for PDQGraphicsTest.
https://github.com/moononournation/Arduino_GFX
Enable "Dev Board" in the ino, uncomment the JC3248W535 entry, and don't use the "manual" method.
The "touch" library doesn't work though, because I don't know the correct specifications to put into the PIN definition in touch.h. But if you play with that, make sure you use the #ifdef CANVAS part of the example code to clear the screen.
report