peterhinch / micropython-nano-gui

A lightweight MicroPython GUI library for display drivers based on framebuf class
MIT License
508 stars 87 forks source link

Added driver and setup-example for ST7567s displays #57

Closed EnricoRoss98 closed 1 year ago

EnricoRoss98 commented 1 year ago

This driver allows the use of the nano-gui library on displays driven by ST7567s IC. Those have usually a resolution of 128x64 and are monochrome backlight LCD displays. Due to the similarities, these displays are basically drop-in replacements (except for changing the driver) for the famous SSD1306 IIC 128x64 OLED display, allowing a fast transition from 0.96" to 2.14" and from OLED to LCD.