diff --git a/docs/Scripting-Language.md b/docs/Scripting-Language.md index ea42bbb764..afae3908f2 100644 --- a/docs/Scripting-Language.md +++ b/docs/Scripting-Language.md @@ -1035,27 +1035,6 @@ sel = 50 => get obj nr from caller in callback >lvb or >lvs sel = 51 => get event nr from caller in callback >lvb or >lvs sel = 52 => get slider value from caller in callback >lvs - - -**minimal LVGL support** -`#define USE_LVGL` -to test LVGL a few functions are implemented: -`lvgl(sel ...)` general lvgl call -each object gets a concurrent number 1 ... N with which you can reference the object -sel = 0 => initialize LVGL with current display -sel = 1 => clear screen -sel = 2 xp yp xs ys text => create a button. the button press is reported in section >lvb -sel = 3 xp yp xs ys => create a slider. the slider move is reported in section >lvs -sel = 4 xp yp xs ys min max => create a gauge. -set = 5 objnr value => set gauge value. -sel = 6 xp yp xs ys text => create a label. -sel = 7 objnr text => set label text -sel = 8 create a keyboard, just get a look and feel - -sel = 50 => get obj nr from caller in callback >lvb or >lvs -sel = 51 => get event nr from caller in callback >lvb or >lvs -sel = 52 => get slider value from caller in callback >lvs - **ESP32 Webcam support** `#define USE_WEBCAM` Template for AI THINKER CAM :