-
Can't get it to work with ili9488 display with SPI interface on ESP32-S3. I've tried changing CS and DC to other pins, setting reset_state to high, changing color_space to RGB888 but nothing helped.
…
-
https://a.aliexpress.com/_Evoxbs7
This board is suport by https://github.com/BitMaker-hub/NerdMiner_v2?
Wich bin should pick.
When boot say always image can not load.
Thanks
-
work
Flash_Jpg_DMA.ino
view bgr to rgb
TFT_eSPI\TFT_Drivers\ST7789_Init.h
code
```c++
config
#define TFT_RGB_ORDER TFT_RGB // Colour order Red-Green-Blue
or
#define TFT_RGB_ORDER TFT…
-
After a fresh clone of the repo under macOS and running:
`python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEX=gt911`
I even…
-
The color light example is only implementing HLS support. The HLS support is fine, but it is optional. Per spec, ColorXY support is mandatory so the light has to also implement it.
-
Hi,
I could not find an issue on this, but I am having font issues Cairo (I presume). I notice it on Gtk displays.
1. The standard typefaces (I believe they are supposed to be standard) do not appea…
-
-
How to replicate:
make a brightness slider app for Light category.
tap somewhere at the top of the slider ( ~90%). Get some random value. Then tap at the bottom and get 90%.
Am I doing something …
-
### The problem
Every time the ESP32 voice is started the speaker, on full volume, has static sound.
### What version of Home Assistant Core has the issue?
2024.1.5
### What was the last working …
-
Hi Tolentino,
I have been using your library for almost 3 years, thank you for sharing your work. I modified one of the examples so my battery powered ESP32CAMs turn ON and send a photo, either usi…