mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 10:58:54 +00:00
V1.0.6
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from building import *
|
||||
import os
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
group = []
|
||||
src = []
|
||||
CPPPATH = [cwd]
|
||||
|
||||
src += Glob('./*.c')
|
||||
group = group + DefineGroup('LVGL-port', src, depend = ['AIC_LVGL_DASHBOARD_SMALL_DEMO'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
File diff suppressed because it is too large
Load Diff
11654
packages/artinchip/lvgl-ui/aic_demo/dashboard_demo/font/ui_font_H1.c
Normal file
11654
packages/artinchip/lvgl-ui/aic_demo/dashboard_demo/font/ui_font_H1.c
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user