We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e618c2 commit 3659f51Copy full SHA for 3659f51
scripts/build_lvgl_micropython.sh
@@ -24,7 +24,7 @@ if [ "$buildtype" != "unix" -a "$buildtype" != "macOS" ]; then
24
python3 make.py --ota --partition-size=4194304 --flash-size=16 esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=st7789 INDEV=cst816s USER_C_MODULE="/home/user/sources/micropython-camera-API/src/micropython.cmake" "$manifest"
25
else
26
# build for desktop
27
- python3 make.py "$buildtype" DISPLAY=sdl_display INDEV=sdl_pointer
+ python3 make.py "$buildtype" DISPLAY=sdl_display INDEV=sdl_pointer INDEV=sdl_keyboard
28
fi
29
30
popd
0 commit comments