Skip to content

Commit 9f452de

Browse files
authored
Update README.md
1 parent d6779cc commit 9f452de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In LVGL project with EEZ Flow you can define native global variables with the ge
5858

5959
## Accessing flow variables from the native code
6060

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)).
6262

6363
## How to build project
6464

0 commit comments

Comments
 (0)