Use the framebuffer API to implement displays (LCD, OLED, e-paper, etc.). The display size is defined in theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/wokwi/wokwi-docs/llms.txt
Use this file to discover all available pages before exploring further.
.chip.json file. The framebuffer uses 32 bits per pixel. The pixels are stored in the RGBA format. The total size of the buffer is pixel_width * pixel_height * 4 bytes.
framebuffer_init
buffer_write
data_len bytes from data into the frame buffer, at the given offset.
buffer_read
data_len bytes at the given offset of the frame buffer into data.