pimoroni / BreakoutGarden

0 stars 0 forks source link

ST7789V (1.13" LCD, 1.3" Round LCD) #3

Open Gadgetoid opened 3 years ago

Gadgetoid commented 3 years ago

Resources

Gadgetoid commented 3 years ago

Need to test & merge https://github.com/pimoroni/pimoroni-pico/pull/85

Gadgetoid commented 3 years ago

Round ST7789 based display works as of this branch - https://github.com/pimoroni/pimoroni-pico/tree/Pinkyatacme-disp_enhance

Support will need adding to the Python driver via modifications - right now _offset_left and _offset_top are stored internally but there's no mechanism to change them:

https://github.com/pimoroni/st7789-python/blob/f9e3e4a32179ba05e1d89b06ecbbc7ce84e93df3/library/ST7789/__init__.py#L136-L137

Gadgetoid commented 3 years ago

Round and Square LCD support is now merged into mainline pimoroni-pico, but we could probably use some more examples and - of course - documentation.

https://github.com/pimoroni/pimoroni-pico/pull/103 https://github.com/pimoroni/pimoroni-pico/pull/110