diff --git a/README.md b/README.md index e8b7c43..d68d179 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@

LittlevGL - Open-source Embedded GUI Library in Rust

-

- -

+![Original LittlevGL demo image](lv_demo.png)

LittlevGL provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint. @@ -12,9 +10,9 @@ LittlevGL is compatible with #![no_std] environments by default.

-Official LittlevGL Website · +Official LittlevGL Website · C library repository · -Live demo +Live demo

--- diff --git a/lv_demo.png b/lv_demo.png new file mode 100644 index 0000000..d5917cf Binary files /dev/null and b/lv_demo.png differ