We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eead42 commit ed9bf7aCopy full SHA for ed9bf7a
src/boards/boards.c
@@ -24,7 +24,6 @@
24
25
#include "boards.h"
26
#include "nrf_pwm.h"
27
-#include "nrf_spim.h"
28
#include "app_scheduler.h"
29
#include "app_timer.h"
30
@@ -180,6 +179,7 @@ void board_teardown(void) {
180
179
// Display
181
//--------------------------------------------------------------------+
182
#ifdef DISPLAY_PIN_SCK
+#include "nrf_spim.h"
183
184
#define TFT_MADCTL_MY 0x80 ///< Page addr order: Bottom to top
185
#define TFT_MADCTL_MX 0x40 ///< Column addr order: Right to left
0 commit comments