peterhinch / micropython-nano-gui

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

Added driver for the WeAct Studio 2.9in EPD (SSD1680) #56

Closed EnricoRoss98 closed 1 year ago

EnricoRoss98 commented 1 year ago

Added driver, demo and setup-example for the WeAct Studio 2.9in eInk display with an SSD1680 inside

EnricoRoss98 commented 1 year ago

Ok, I moved the driver inside the folder drivers/epaper/ and removed the demo that I've previously added. In practice there's no need for a new dedicated demo: I wrote that demo for my needs and I thought that it would cost me nothing to add it to the project but you're right, is better to stay as light as possible and avoid clutter so I removed it.