ILI9341 TFT driver for Micropython on ESP32. Contribute to tkurbad/micropython-ili9341 development by creating an account on GitHub.
255, 255) def __init__(self, display, spi2): """Initialize box. Args: display (ILI9341): display object spi2 (SPI): SPI bus """ ledCfg = TLedConfig() self.display = display self.touch = Touch(spi2, cs=Pin(ledCfg.T_CS), int_pin=Pin(ledCfg.T_IRQ), int_handler...
the command buil sucefull: sudo python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 DISPLAY=st7789 with ili9341, not build sudo python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 DISPLAY=ili9341 /...
Both Micropython and LVGL can be used on many embedded architectures, such as stm32, ESP32 etc. You would also need display and input drivers. We have some sample drivers (ESP32+ILI9341, as well as some other examples), but chances are you would want to create your own input/display d...
Raw Resistive Touch for ESP32 (ADC connected to screen directly, no touch IC) Driver code is under/driverdirectory. Drivers can also be implemented in pure Micropython, by providing callbacks (disp_drv.flush_cb,indev_drv.read_cbetc.) Currently the supported ILI9341 and XPT2046 are pure micr...
micropython-ili9341 - MicroPython Driver for ILI9341 display. micropython-ili9341 - ILI9341 TFT driver for MicroPython on ESP32. LED Matrix micropython-ht1632c - Driver for HT1632C 32x16 bicolor led matrix. micropython-matrix8x8 - Driver for AdaFruit 8x8 LED Matrix display with HT16K33 backpack...
MicroPython Esp32 pca9548a hw-67 aht10温湿度传感器 oled 显示 i2c协议8路扩展器 不同地址读写操作 00:31 MicroPython Esp32 spi协议 tft彩色液晶 ili9341驱动 可视分辨率240x320 00:36 MicroPython Esp32 i2c协议 bmi160六轴陀螺仪 陀螺仪/加速度 温度 01:00 MicroPython Esp32 ads1115 16bit ADC+PGA...
Specifications: Main Processor: ESP32-S3-WROOM-1-N4R8 Resolution: 800*480 Touch Type: Capacitive Touch Screen Screen Type: TFT-LCD Interface: 2*UART0, 2*GPIO, 2*I2C, 1*Battery Active Area: 153.84*85.63mm(W*H) Features: |Esp32 App Android|Colorful E Ink Display|How To Display An Nft...
CrowPanel ESP32 Display 4.3-inch module is a powerful HMI touch screen with a 480*272 resolution LCD display. It uses the ESP32-S3-WROOM-1-N4R2 module as the main control processor, with a dual-core 32-bit LX6 microprocessor, integrated WiFi and Bluetooth wireless functions, a main frequ...
micropython-ili9341 - MicroPython ILI9341 display & XPT2046 touch screen driver. st7789_mpy - Fast pure-C driver for MicroPython that can handle display modules on ST7789 chip. st7789py_mpy - Slow MicroPython driver for 240x240 ST7789 display without CS pin from AliExpress, written in MicroPy...