ESP Component Registry
Open main menu
Docs
Blog
Sign in
andresragot
/driver_lcd
1.0.0
Latest
uploaded 3 days ago
C++ base class for LCD panel drivers on ESP32-P4. Provides a common interface for initialization, pixel operations, and frame buffer management.
Readme
Dependencies
1
Dependents
4
Examples
0
Versions
1
andresragot/driver_ek79007
C++ driver for the EK79007 MIPI DSI LCD panel (1024x600) on ESP32-P4. Inherits from andresragot/driver_lcd.
andresragot/driver_st7262
C++ driver for the ST7262 RGB LCD panel (1024x600) on ESP32. Inherits from andresragot/driver_lcd.
andresragot/driver_st7789
C++ driver for the ST7789 SPI LCD panel (320x240, RGB565) on ESP32. Inherits from andresragot/driver_lcd.
andresragot/esp32_3d_engine
Software 3D rendering engine for ESP32. Includes scene graph, camera, rasterizer, lighting, and mesh generation (revolution & extrusion).