Physical and logical dimension constants for the SSD1309.
More...
Physical and logical dimension constants for the SSD1309.
◆ SSD1309_WIDTH
| #define SSD1309_WIDTH 128 |
Display width in pixels.
Definition at line 61 of file ssd1309.h.
◆ SSD1309_HEIGHT
| #define SSD1309_HEIGHT 64 |
Display height in pixels.
Definition at line 62 of file ssd1309.h.
◆ SSD1309_CHAR_WIDTH
| #define SSD1309_CHAR_WIDTH 8 |
Width of one character glyph in pixels.
Definition at line 63 of file ssd1309.h.
◆ SSD1309_CHAR_HEIGHT
| #define SSD1309_CHAR_HEIGHT 8 |
Height of one character glyph in pixels.
Definition at line 64 of file ssd1309.h.
◆ SSD1309_MAX_CHARS_IN_LINE
| #define SSD1309_MAX_CHARS_IN_LINE 16 |
Maximum number of characters that fit on one display line.
Definition at line 65 of file ssd1309.h.