-
## Environment
- Development Kit: esp32s3 w/ quad spi and 2mb psram (comparable to esp-box)
- Kit version (for WroverKit/PicoKit/DevKitC): [v1|v2|v3|v4]
- Module or chip used: ESP32S3-WROOM…
-
Have flashed your zip as I'm not sure the state of the PRs into the standard Infinitime release. I believe I have a p8b based on magnetic charger. Ordered recently from Aliexpress and the stock firmwa…
-
### CircuitPython version
```python
Adafruit CircuitPython 7.3.0-alpha.0-22-g102ee716a-dirty on 2022-04-12; PewPew LCD with samd21e18
```
### Code/REPL
```python
import board
import terminalio
i…
-
I'm able to use Arduino to create sketch and modify existing sketch, but I have to learn platformio extension for Visual studio code. I tried to compile your code, but isn't working, i think that I sh…
-
The arduino [pico-tft-dma-st7789](https://github.com/Wiz-IO/wizio-pico-examples/tree/main/arduino/pico-tft-dma-st7789) library is not working with displays with width of 320 pixels (like [this one](ht…
-
lvgl_tft\Kconfig:
588:
config LV_INVERT_COLORS
bool "Invert colors in display" if LV_TFT_DISPLAY_CONTROLLER_ILI9341 || LV_TFT_DISPLAY_CONTROLLER_ST7735S **|| LV_TFT_DISPLAY_CONTROLLER_…
-
I've hooked up my Waveshare display like shown below but nothing seems to be appearing on the display. The module does have the backlight on though. What am I doing wrong?
![image](https://user-ima…
-
I have been trying to port the pictureEmbed example from the ILI9341 Adafruit C++ examples for use with the https://www.adafruit.com/product/4311 that I purchased.
I have succeeded using the Adafru…
-
Hello,
I'm unable to compile the file example/Arduino/firmware/firmware.ino.
There's a syntax error at line 64 in the file ,and after commenting that line, am still unable to compile. Error mes…
-
Hi, when I tried to drive the ST7789 (1.69in) on the ESP32S3, I found that the SPI clock level of the ESP32S3 was wrong and the monitor was black and did not display because there was no support. The …