Skip to content

Commit

Permalink
Merge pull request #171 from f-hoepfinger-hr-agrartechnik/master
Browse files Browse the repository at this point in the history
Include hal/gpio_ll.h to gain access to GPIO struct
  • Loading branch information
Gitshaoxiang authored Jan 10, 2024
2 parents abd0b91 + 75cec4d commit 6f1ae7b
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 6f1ae7b

Please sign in to comment.