Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Nov 18, 2023
1 parent 9827193 commit ff28012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/esp32_smartdisplay.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include <esp32_smartdisplay.h>

#include <esp_lcd_types.h>
#include <esp_lcd_touch.h>
#include <esp_lcd_panel_ops.h>

// Functions to be defined in the tft/touch driver
Expand Down

0 comments on commit ff28012

Please sign in to comment.