Standard algorithm for scrolling content in embedded systems? (ESP32 IDF)(u8g2 lib)

This page summarizes the projects mentioned and recommended in the original post on /r/embedded

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • u8g2

    U8glib library for monochrome displays, version 2

  • Sorry i used the wrong terminology, should have been draw color https://github.com/olikraus/u8g2/wiki/u8g2reference#setdrawcolor As stated before if its just text and scrolled in rows of text then its easiest/least memory intensive to have a big text buffer and render the section. But if heavily graphical you you could switch u8g2 into dynamic memory allocation where you have to allocate the buffer yourself and tell u8g2 where that is https://github.com/olikraus/u8g2/wiki/u8g2reference#setbufferptr

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts