-
With the ESP32-2432S028 and other similar displays the touch control chip is on the second buss of the ESP32 but tcMenu has no options when the TFT and touch are on different bus.
-
Hi, I messaged you on Reddit yesterday about adding support for the CYD. You are correct, there seem to be quite a few variants. My particular one is ESP32-2432S028 (240 x 320 iLi9341V) I've successfu…
-
![20241106_132813](https://github.com/user-attachments/assets/e91e8df0-e3ad-4fee-87b8-7285112737c8)
Stably works only on ESP32-2432S028 which is 2.8 inches.
On ESP32-2432S024 which is 2.4 inches -…
-
can you elaborate on instructions how to run,
I did tried yoradio not worked
tried https://macsbug.wordpress.com/2022/08/20/web-radio-esp32-2432s028-i2s/#respond
not worked either all with Arduino…
-
Only raise issues for problems with the library and/or provided examples. Post questions, comments and useful tips etc in the "Discussions" section.
To minimise effort to resolve issues the followi…
-
Just a simple fix for monitor.cpp
Line 49
Change #ifdef NERDMINER_T_HMI
into
#if defined NERDMINER_T_HMI || defined ESP32_2432S028R
Same for Line 372
#ifdef NERDMINER_T_HMI
into
#if defin…
-
Hi,
I try to get the Esp32-2432s028 runnig with the basic "Hello World" script. But the esp32 goes constantly to reset.
I have no errors with the compiling and I added your User_Setup.h to the TFT_e…
-
First, thanks for the project. I was wondering, its possible to add a Gameboy emulator??
There is one ( https://github.com/PocketSprite/8bkc-gnuboy ) but uses a LCD screen instead of the video out???
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.0-beta.1-18-g781c577745 on 2024-05-11; sunton_esp32_2432S028 with ESP32
```
### Code/REPL
```python
import wifi
import esp…
-
### Perform all steps below and tick them with [x]
- [x] Check the related part of the [Documentation](https://www.openhasp.com/)
- [x] Update openHASP to the latest version
- [x] Reproduce the…