1
0
forked from me/IronOS

Draw scrolling indicator

This commit is contained in:
Patrick Horlebein
2020-04-03 17:13:10 +02:00
parent 153772cb68
commit 07d35cadd9
2 changed files with 9 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ extern "C" {
#endif
#define DEVICEADDR_OLED (0x3c<<1)
#define OLED_WIDTH 96
#define OLED_HEIGHT 16
#define FRAMEBUFFER_START 17
class OLED {