This page provides you an overview of the different possibilities of the senseBox display.
The OLED-Display
Connection: I2C/Wire
The OLED-DISPLAY has a resolution of 128x64 pixels and is connected via the I2C connector. To use the display it must be initialized in Setup().
Show on the display
This block is always required if something is to be shown on the display. In the open block section, for example, the block for displaying text is inserted.
Clear display
Use this block to delete the contents of the display. At the beginning or end of the infinite loop it is recommended to use this Block to ensure correct display of e.g. measured values.
Display Text
With this block you can display text and measured values on the display. By default, the font color is set to
White, because the display has a black background. You can set the font size as well as the font color.
Change In font size 1, a letter or a number is 8 pixels in size and you can change the total size in 8 lines
to show various texts on the display. In font size 2, the letters or numbers are 16 pixels
high. With the X and Y values you indicate where something is shown on the display.