We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a543bb commit 2250a9eCopy full SHA for 2250a9e
u8g2/u8g2-tock.c
@@ -75,7 +75,7 @@ static uint8_t u8x8_d_ssd1306_tock(u8x8_t *u8x8,
75
// Initialize the u8g2 library for Tock use. Call this before using the rest of
76
// the library.
77
int u8g2_tock_init(u8g2_t *u8g2) {
78
- if (!driver_exists(DRIVER_NUM_SCREEN)) {
+ if (!libtocksync_screen_exists()) {
79
return -1;
80
}
81
0 commit comments