Skip to content

Commit

Permalink
Fix OLED compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjaeger committed Jan 20, 2023
1 parent f5528b6 commit af6784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/ext/oled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const unsigned char bmp_disconnected[] = {
0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
};

OledSSD1306 oled(DT_LABEL(DT_ALIAS(i2c_uext)));
OledSSD1306 oled(DEVICE_DT_GET(DT_ALIAS(i2c_uext)));

void oled_update()
{
Expand Down

0 comments on commit af6784c

Please sign in to comment.