You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ In LVGL project with EEZ Flow you can define native global variables with the ge
58
58
59
59
## Accessing flow variables from the native code
60
60
61
-
Chech the [`vars.cpp`](https://github.com/eez-open/native-interface-lvgl-with-flow/blob/master/src/ui/vars.cpp) file to see how can you **set flow variable value** from native code (check function [`init_vars`](https://github.com/eez-open/native-interface-lvgl-with-flow/blob/master/src/ui/vars.cpp#L9) from [`vars.cpp`](https://github.com/eez-open/native-interface-lvgl-with-flow/blob/master/src/ui/vars.cpp)), or how can you **get flow variable value** from natiave code (check function `get_var_greeting_str` from `vars.cpp`).
61
+
Chech the [`vars.cpp`](https://github.com/eez-open/native-interface-lvgl-with-flow/blob/master/src/ui/vars.cpp) file to see how can you **set flow variable value** from native code (check function [`init_vars`](https://github.com/eez-open/native-interface-lvgl-with-flow/blob/master/src/ui/vars.cpp#L9) from [`vars.cpp`](https://github.com/eez-open/native-interface-lvgl-with-flow/blob/master/src/ui/vars.cpp)), or how can you **get flow variable value** from natiave code (check function [`get_var_greeting_str`](https://github.com/eez-open/native-interface-lvgl-with-flow/blob/master/src/ui/vars.cpp#L44) from [`vars.cpp`](https://github.com/eez-open/native-interface-lvgl-with-flow/blob/master/src/ui/vars.cpp)).
0 commit comments