You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
My gt911 touch chip works and can be seen in arduino and also plain micropython.
When build under RedHat 9.3 as follows however:- python3 make.py esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=GT911 ; echo esp32_8048S043
it is no longer possible to see my device. Something must be messing with either the i2c bus or pins 19 or 20 I guess?
Expected behavior
i2c can be found
Images
This is what it looks like in normal micropython:
(The gt911 i2c address 0x5D is 93 in decimal)
For ESP32 MCU's The PSRAM and FLASH SPI type, quad SPI or octal SPI.
PSRAM: quad 8mb
FLASH: 16mb
I need to know the OS and OS version of the machine that compiled the binary. If using a VM then I need to know the OS and OS version the VM is running. (WSL == VM)
They do fix the problem. If you are making modifications to the MicroPython core files that is going to mess up the build script so things will not work properly. I strongly advise against making any changes to any files in MicroPython. You can also create a custom board and use the --custom-board build command if you want to modify any of the internal MicoPython macros or set specific ESP-IDF config settings.
Describe the bug
My gt911 touch chip works and can be seen in arduino and also plain micropython.
When build under RedHat 9.3 as follows however:-
python3 make.py esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=GT911 ; echo esp32_8048S043
it is no longer possible to see my device. Something must be messing with either the i2c bus or pins 19 or 20 I guess?
Expected behavior
i2c can be found
Images
This is what it looks like in normal micropython:

(The gt911 i2c address 0x5D is 93 in decimal)
This is what I see with lvgl_micropython

**Exact make and model number of the MCU that you are compiling for or the firmware is running on. **
This board here: https://de.aliexpress.com/item/1005005100043791.html
For ESP32 MCU's The PSRAM and FLASH SPI type, quad SPI or octal SPI.
I need to know the OS and OS version of the machine that compiled the binary. If using a VM then I need to know the OS and OS version the VM is running. (WSL == VM)
Build Command
The display works fine - just the touch-chip cannot be seen...
The text was updated successfully, but these errors were encountered: