Skip to content

Commit

Permalink
Update Includes
Browse files Browse the repository at this point in the history
Includes GPIO hal layer to fix compile errors caused by GPIO struct being hidden by espressif
  • Loading branch information
LaikaSpaceDawg committed Aug 17, 2024
1 parent 886461d commit 18ff8ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utility/In_eSPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

//#define ESP32 //Just used to test ESP32 options

// Include hal/gpio to fix Espressif hiding GPIO from public use
#include "hal/gpio_ll.h"

// Include header file that defines the fonts loaded, the TFT drivers
// available and the pins to be used
#include "In_eSPI_Setup.h"
Expand Down

0 comments on commit 18ff8ad

Please sign in to comment.