Преглед на файлове

Merge pull request #5 from intel/master

Sync up with from main repo.
wenyongh преди 6 години
родител
ревизия
faff72c287
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -488,11 +488,12 @@ The runtime component supports building target for Linux and Zephyr/STM Nucleo b
 
 
 
 
 Below pictures show the WASM application is running on an STM board with an LCD touch panel. When users click the blue button, the WASM application increases the counter, and the latest counter value is displayed on the top banner of the touch panel. 
 Below pictures show the WASM application is running on an STM board with an LCD touch panel. When users click the blue button, the WASM application increases the counter, and the latest counter value is displayed on the top banner of the touch panel. 
+
 <img src="./doc/pics/vgl.PNG" width="60%" height="60%">
 <img src="./doc/pics/vgl.PNG" width="60%" height="60%">
 <img src="./doc/pics/vgl2.PNG" width="60%" height="60%">
 <img src="./doc/pics/vgl2.PNG" width="60%" height="60%">
 
 
 The sample also provides the native Linux version of application without the runtime under folder "vgl-native-ui-app". It can help to check differences between the implementations in native and WebAssembly.
 The sample also provides the native Linux version of application without the runtime under folder "vgl-native-ui-app". It can help to check differences between the implementations in native and WebAssembly.
-<img src="./samples/littlevgl/UI.JPG">
+<img src="./doc/pics/vgl_linux.PNG">
 
 
 
 
 Submit issues and request
 Submit issues and request