danem / tiny_gui

Tiny GUI for embedded devices
2 stars 1 forks source link

Hardware Support #5

Open danem opened 2 years ago

danem commented 2 years ago

Need to look into reworking FrameBuffer interface to encapsulate both writing to memory and writing to embedded display.

danem commented 2 years ago

Started this in 46ad015280394a374b8607b4a2fb3129afe418f8. Need to at least test this interface with an actual display

danem commented 2 years ago

This is basically the Adafruit GFX api, btw.