Skip to content

Added Virtual Display capability

Compare
Choose a tag to compare
@bitbank2 bitbank2 released this 18 May 17:03
· 145 commits to master since this release
914f73b

The latest release adds the ability to define a virtual display of any size. This display can use any of the text and drawing features, then render portions of the display across multiple physical displays. For example, you can place 2 128x64 OLEDs side by side and treat them like a 256x64 display. The virtual display will only update the memory and copying the data to the physical displays must be explicitly defined in your code using obdDumpWindow(). See the virtual_display example sketch for more info.