Display - prueferfrank/EBikeController GitHub Wiki
The used display is a OLED Display with 128 x 64 pixel. The corresponding library is the u8g; the modula is available with a couple of chips; most of them are usable. My display has a 1106 chip.
Main Screen
As no trip is running the display shows time / date information.
Screen layout
Some display layouts are available. For the different types of displays I designed some typical screen layouts. A few elements are used commonly.
Settings page
The settings page is a list of items with values. It has a header in a small font at a fix position underlined.
Battery display
https://github.com/prueferfrank/EBikeController/blob/master/SettingsPage.bmp
Top right is a small symbol for battery with a filling level. Battery Display should be available on most pages.