Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

enhance LVGL port to SSD1306 #56

Open dhebbeker opened 11 months ago

dhebbeker commented 11 months ago

The currently (7b84f5e69abdf7c3bccadfb38f9b38ea4694d5be) used way to write pixels is inefficient. As for each pixel the full display is re-written.

There are better approaches which would need adaptation:

Some alternative starting point: 82f4bf12a5e94ba4013daffe7575ca3bc43bbf29

Further resources:

💡 A successful port may be merged into lv_drivers