Skip to content

Commit

Permalink
add:780epm添加 lcd 摄像头等功能
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozingfiretruck committed Dec 18, 2024
1 parent 96576c4 commit 4948cc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 10 additions & 1 deletion project/luatos/inc/luat_conf_bsp_air780epm.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,16 @@
#define LUAT_USE_XXTEA 1
#define LUAT_USE_GMSSL 1

#define LUAT_HEAP_SIZE (300*1024)
#define LUAT_USE_CAMERA 1

#define LUAT_USE_LCD
#define LUAT_USE_TJPGD
#define LUAT_USE_EINK

#define LUAT_USE_FONTS
#define USE_U8G2_OPPOSANSM_ENGLISH 1

#define LUAT_HEAP_SIZE (1280*1024) // 1280k 1.25M

#define LUAT_SCRIPT_SIZE 256
#define LUAT_SCRIPT_OTA_SIZE 192
Expand Down
2 changes: 0 additions & 2 deletions project/luatos/inc/luat_conf_bsp_air780eun.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
#define LUAT_USE_EINK

#define LUAT_USE_FONTS
/**********U8G2&LCD&EINK FONT*************/
// OPPOSANS
#define USE_U8G2_OPPOSANSM_ENGLISH 1
#define USE_U8G2_OPPOSANSM12_CHINESE
#define USE_U8G2_OPPOSANSM16_CHINESE
Expand Down

0 comments on commit 4948cc6

Please sign in to comment.