mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
Add lvgl_8.1.0 support for raspberry_pi pico
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import os
|
||||
import rtconfig
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
|
||||
# add general drivers
|
||||
src = Split('''
|
||||
board.c
|
||||
''')
|
||||
|
||||
path = [cwd]
|
||||
path += [cwd + '/ports/lcd']
|
||||
|
||||
if GetDepend(['BSP_USING_LVGL']):
|
||||
path += [cwd + '/ports/lcd']
|
||||
|
||||
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path)
|
||||
|
||||
Return('group')
|
||||
Reference in New Issue
Block a user