-
Hi
Fist this is unbelievable, Thank you for this library.
Please, i need help to make this work.
2 problems.
1. I have to put "lv_xg.h" i same folder with lv_test_label_1 and then it compiles.
2…
-
I posted this on the Adafruit Forum and was referred here:
I have an Adafruit RA8875 (1590) and the 7.0" TFT screen (2353). I am connecting it to a Teensy 3.2. Following examples from the Adafruit …
-
Using the example load24bitImages if I set rotation to a 1 or 3 (portrait mode) the image will not display. I am using an Adafruit 5" tft and a Teensy 3.2. Text rotate fine.
Thanks...Mike
-
Hi All,
I am developing a HMI application using RA8875 based touch panel. When I was trying to orientation of FONTs to 90 degrees I encountered a problem.
Ex:
I tried to write "Data" in portrait …
-
`In file included from C:\Users\owner\AppData\Local\Temp\.arduinoIDE-unsaved202305-3480-zfrfro.w2dl\ESP32_RA8875_easyPaint\ESP32_RA8875_easyPaint.ino:15:
C:\Users\owner\Documents\Arduino\libraries\RA…
-
A number of places have been identified where the code is doing bit field operations instead of letting the compiler figure it out. These should be replaces by appropriate structures with representat…
-
During initial development many devices had constants and datatypes exposed in the public interface that are only needed internally. These should be moved to the private section of the spec or to the…
-
A long standing problem I get is duplicate glcdfont array definition errors. I believe this comes from the array being defined in the glcdfont.c RA8875 library file and also various included ILI9488…
-
```
void RA8875::_initializeFT5206(void)
{
uint8_t i;
for (i=0x80;i
-
greetings
Does your library work with the Display 5 inch or 7 inch 800*480 with Drive RA8875 on the Arduino?