Skip to content

Commit

Permalink
Include hal/gpio_ll.h to gain access to GPIO struct
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hoepfinger-hr-agrartechnik committed Jan 9, 2024
1 parent abd0b91 commit 75cec4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utility/In_eSPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

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

#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 75cec4d

Please sign in to comment.