Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Aug 15, 2024
1 parent 5e43941 commit b69bb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ extern "C" void app_main(void) {
}
static constexpr size_t pixel_buffer_size = hw.lcd_width() * 20;
if (!hw.initialize_display(pixel_buffer_size)) {
logger.error("Could not initialize LCD");
logger.error("Could not initialize display");
return;
}
if (!hw.initialize_touch()) {
Expand Down

0 comments on commit b69bb6d

Please sign in to comment.