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 252e617 commit e99aebaCopy full SHA for e99aeba
ext_mod/lcd_bus/esp32_src/rgb_bus.c
@@ -7,7 +7,6 @@
7
#include "modlcd_bus.h"
8
#include "rgb_bus.h"
9
10
- // esp-idf includes
11
#include "hal/lcd_hal.h"
12
#include "esp_pm.h"
13
#include "esp_intr_alloc.h"
@@ -18,13 +17,18 @@
18
17
#include "esp_lcd_panel_ops.h"
19
#include "esp_lcd_panel_interface.h"
20
#include "esp_lcd_panel_rgb.h"
+ #include "esp_cpu.h"
21
+ #include "esp_system.h"
22
+ #include "rom/ets_sys.h"
23
24
// micropython includes
25
#include "mphalport.h"
26
#include "py/obj.h"
27
#include "py/runtime.h"
28
#include "py/objarray.h"
29
#include "py/binary.h"
30
+ #include "py/stackctrl.h"
31
+ #include "py/gc.h"
32
33
// stdlib includes
34
#include <string.h>
0 commit comments