Initial commit: handshake capture firmware for ESP32-C6 1.47" LCD
Made-with: Cursor
This commit is contained in:
11
ESP32-C6-LCD-1.47-Demo/Arduino/libraries/lvgl/SConscript
Normal file
11
ESP32-C6-LCD-1.47-Demo/Arduino/libraries/lvgl/SConscript
Normal file
@@ -0,0 +1,11 @@
|
||||
# RT-Thread building script for bridge
|
||||
|
||||
import os
|
||||
from building import *
|
||||
|
||||
objs = []
|
||||
cwd = GetCurrentDir()
|
||||
|
||||
objs = objs + SConscript(cwd + '/env_support/rt-thread/SConscript')
|
||||
|
||||
Return('objs')
|
||||
Reference in New Issue
Block a user