mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:56:11 +00:00
.
This commit is contained in:
@@ -58,6 +58,6 @@ void app_main(void)
|
||||
ssd1306_init(&dev, 128, 32);
|
||||
ssd1306_clear_screen(&dev, false);
|
||||
ssd1306_contrast(&dev, 0xff);
|
||||
ssd1306_display_text_x3(&dev, 0, ".", 1, false);
|
||||
ssd1306_display_text_x3(&dev, 0, "hello", 5, false);
|
||||
vTaskDelay(3000 / portTICK_PERIOD_MS);
|
||||
}
|
||||
|
Reference in New Issue
Block a user