Skip to content

Commit

Permalink
Merge pull request #1424 from stefanobertini/master
Browse files Browse the repository at this point in the history
Update Scripting-Language.md
  • Loading branch information
arendst authored Oct 29, 2024
2 parents 9eefea1 + c7be8e9 commit ea4ab63
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions docs/Scripting-Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit ea4ab63

Please sign in to comment.