mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix OPENMVPT build.
* Include missing headers.
This commit is contained in:
parent
6e3fa2ba98
commit
d4e571153b
@ -10,9 +10,11 @@
|
||||
*/
|
||||
#include "py/obj.h"
|
||||
#include "py/nlr.h"
|
||||
|
||||
#include "py/runtime.h"
|
||||
#include "pendsv.h"
|
||||
#include "extint.h"
|
||||
#include "spi.h"
|
||||
|
||||
#include "py_lcd_cec.h"
|
||||
#include "py_lcd_touch.h"
|
||||
#include "py_helper.h"
|
||||
|
||||
@ -8,8 +8,12 @@
|
||||
*
|
||||
* LCD Python module.
|
||||
*/
|
||||
#include "py/obj.h"
|
||||
#include "py/objarray.h"
|
||||
#include "py/nlr.h"
|
||||
#include "py/runtime.h"
|
||||
#include "extint.h"
|
||||
#include "objarray.h"
|
||||
|
||||
#include "py_helper.h"
|
||||
#include "py_lcd_cec.h"
|
||||
#include "omv_boardconfig.h"
|
||||
|
||||
@ -8,12 +8,16 @@
|
||||
*
|
||||
* LCD Python module.
|
||||
*/
|
||||
#include STM32_HAL_H
|
||||
#include "py/obj.h"
|
||||
#include "py/nlr.h"
|
||||
#include "py/runtime.h"
|
||||
#include "extint.h"
|
||||
#include "extmod/machine_i2c.h"
|
||||
|
||||
#include "py_helper.h"
|
||||
#include "py_lcd_touch.h"
|
||||
#include "omv_boardconfig.h"
|
||||
#include STM32_HAL_H
|
||||
|
||||
#ifdef OMV_TOUCH_PRESENT
|
||||
#define FT5X06_I2C_ADDR 0x38
|
||||
|
||||
Loading…
Reference in New Issue
Block a user