The HanoverOL037A is based on shift register. For an efficient scroll option one could simply shift all panels by one column to have a scrolling effect. The local storage of the current display should then also be updated for IDisplay::GetCurrentDisplay(...) to be correct. But is saves a lot of processing by not needing to write the whole display every time.
The HanoverOL037A is based on shift register. For an efficient scroll option one could simply shift all panels by one column to have a scrolling effect. The local storage of the current display should then also be updated for
IDisplay::GetCurrentDisplay(...)to be correct. But is saves a lot of processing by not needing to write the whole display every time.