OLED
This is a list of OLED Commands
Name | Description | Value | Zen | Plus |
OLED_WHITE | The White color constant | 1 | ✔️ | ❌ |
OLED_BLACK | The Black color constant | 0 | ✔️ | ❌ |
OLED_WIDTH | The width of the OLED in pixels | 128 | ✔️ | ❌ |
OLED_HEIGHT | The height of the OLED in pixels | 64 | ✔️ | ❌ |
Name | Description | Value | Zen | Plus |
OLED_FONT_SMALL | Small font | 0 | ✔️ | ❌ |
OLED_FONT_MEDIUM | Medium font | 1 | ✔️ | ❌ |
OLED_FONT_LARGE | Large font | 2 | ✔️ | ❌ |
OLED_FONT_SMALL_WIDTH | Width of each character for the small font | 7 | ✔️ | ❌ |
OLED_FONT_MEDIUM_WIDTH | Width of each character for the medium font | 11 | ✔️ | ❌ |
OLED_FONT_LARGE_WIDTH | Width of each character for the large font | 16 | ✔️ | ❌ |
OLED_FONT_SMALL_HEIGHT | Height of each character for the small font | 10 | ✔️ | ❌ |
OLED_FONT_MEDIUM_HEIGHT | Height of each character for the medium font | 18 | ✔️ | ❌ |
OLED_FONT_LARGE_HEIGHT | Height of each character for the large font | 26 | ✔️ | ❌ |
Last modified 3yr ago