For the first time in two years, I've taken my ESP32 and RP2040 boards out of the treasure chest and am trying to get them to output something to an LCD or OLED module. After two years, I've ...
These days, a lot of embedded projects feature some sort of screen, and a screen often creates a desire for a nice user interface. [Geoffrey Wells] has created a tool for developing web interfaces ...
I have summarized the steps from having ChatGPT draw a 32x32 pixel art image to displaying it on an ESP32 + TFT display. Send instructions to ChatGPT to have it create pixel art. A simple prompt ...
int16_t w, uint16_t hsync_polarity, uint16_t hsync_front_porch, uint16_t hsync_pulse_width, uint16_t hsync_back_porch, int16_t h, uint16_t vsync_polarity, uint16_t ...
Fork of GeekMagic-Open-Firmware with a Drawing REST API for programmatic control of the display. This firmware adds HTTP endpoints for real-time drawing primitives, enabling applications like animated ...