-
I have this display - https://www.aliexpress.com/item/1005006335587633.html - and tried setting up the demo project but I get the following repeating:
```
[ 5149][I][main.cpp:37] setup(): Board: …
-
Hello,
Is there a version for ESP32 display-7.0 Inch?
https://www.elecrow.com/esp32-display-7-inch-hmi-display-rgb-tft-lcd-touch-screen-support-lvgl.html
-
Can you add a calibration example for calibration with pH buffers 4, 7 and 10?
Would be nice ;-)
-
I'm not planning to use the display, but firmware will **_only_** flash if the TFT35 display is attached.
I found the recommendation to rename the firmware from Robin_nano35.bin to Robin_nano.bin i…
-
### Related area
Display
### Hardware specification
BSP package P4-ev-board
### Is your feature request related to a problem?
For a game port, I need multiple framebuffers I can draw to. The LVGL…
-
Add support for the common 0.96" I2C 128X64 OLED LCD Displays to display IP, Playback status, etc.
-
`import sensor
import image
import lcd
def camera_init():
sensor.reset()
sensor.set_pixformat(sensor.RGB565)
sensor.set_framesize(sensor.QVGA)
**sensor.set_colorbar(1)**
sensor.r…
-
Myself and others have been struggling to get I2C functioning between the T-RGB and other devices. Do you have a simple working sketch of I2C functioning while still utilizing the LCD display and touc…
-
The LCD code isn't working.
I have gone through to ensure I have timers, modes, continuous schedules etc all set up.
The rest of the thermostat is working perfectly.
It never initializes the LCD (c…
-
One of great applocation of PCF8575 is connecting I2C to a KS0108 chipset Graphic LCD but we do not have an example like this for PCF8575. It would be great if you do a modification to use your librar…