rm-hull / luma.lcd

Python module to drive PCD8544, HT1621, ST7735, ST7567 and UC1701X-based LCDs
https://luma-lcd.readthedocs.io
MIT License
158 stars 57 forks source link

ST7735 FPS #89

Closed rollalt closed 2 years ago

rollalt commented 5 years ago

Raspberry pi 2B Linux raspberrypi 4.19.42-v7+ #1219 SMP

Is there an option to modify the frame rate?

rm-hull commented 5 years ago

The only things that you can realistically do are:

I have an idea bubbling to use native linux framebuffers (see https://github.com/rm-hull/luma.lcd/issues/67#issuecomment-500174784), but haven't gotten around to doing any work on that yet - that should improve performance significantly when implemented

rollalt commented 5 years ago

Thank you.

rollalt commented 5 years ago

@rm-hull diff-to-previous framebuffer for the ST7735, is implemented framebuffer="diff_to_previous" line 276 in device.py.