Commit graph

29 commits

Author SHA1 Message Date
Rafael Caricio 0a5b5a0416
🇺🇦 This project supports Ukraine 2022-03-08 11:52:01 +00:00
Rafael Caricio a5c27b58ae
🇺🇦 This project supports Ukraine 2022-03-08 11:49:26 +00:00
Tim Newsome cbbdc7e750 Add --features="alloc" to run demo
Without that, I got the following error from cargo:
```
error: target `demo` in package `lvgl` requires the features: `alloc`
Consider enabling them by passing, e.g., `--features="alloc"`
```
2022-01-10 14:35:54 +01:00
Rafael Caricio 043bb52881 Add LVGL Rust Global Allocator feature 2021-05-26 20:55:38 +02:00
Rafael Caricio bcd771df47 Disable lvgl original comments in bindings
We disable the comments generation here because some comments
cause the `cargo test` command to fail. Some of the original
comments have invalid tokens like `TYPEDEFS` causing issues.
We should recommend users to look the original comments in the
original lvgl in their C API docs.
2021-03-06 21:50:39 +01:00
Rafael Caricio da8bae1f55 Fix build in Docs.rs 2021-03-06 21:50:39 +01:00
Ralf Weinbrecher 65b68e0f7c Update README: Added a hint to install sdl2 before running the demos on macOS 2020-11-17 19:48:56 +01:00
Rafael Caricio 98ae8e0ced Update readme to remove alloc reference 2020-06-19 15:48:44 +02:00
Rafael Caricio ceabc135cc No need to generate lvgl-codegen as CLI tool 2020-06-14 11:10:29 +02:00
Rafael Caricio b0113fc747 Update readme 2020-06-13 20:31:24 +02:00
Rafael Caricio 25efb6da91 Simplify object creation 2020-06-05 23:22:21 +02:00
Rafael Caricio c494d8fac0 Generate code for styles properties 2020-06-04 20:47:40 +02:00
Rafael Caricio 11695e20c1 Rename ObjectX to GenericObject 2020-06-02 19:21:44 +02:00
Rafael Caricio 9ec78a70cb Add info about what is implemented to the README 2020-06-02 09:39:02 +02:00
Rafael Caricio 096d175fc0 More welcoming wording in the README 2020-05-31 18:53:09 +02:00
harksin d22c419316
📝 improve demo documentation (#13) 2020-05-31 18:51:12 +02:00
Kuba Clark 2fae95bdfb
Bar widget (#12)
* Implement simple bar widget

* Make it easier to create new examples

* Add bar example

* Add README to examples

* Remove unnecessary imports
2020-05-31 09:12:37 +02:00
Rafael Caricio 05d04e79ee Update with build instructions and limitations 2020-05-30 20:24:35 +02:00
Rafael Caricio e9469a825b Update images and links in README 2020-05-30 09:37:40 +02:00
Justin Moon 0129442513
Explain that example runs in a simulator (#4)
* Add README to 'demo' example

* Explain that demo runs in simulator
2020-05-15 12:54:31 +02:00
Rafael Caricio 5474917c5a Configurable lv_conf.h file 2020-04-12 20:37:26 +02:00
Rafael Caricio 4aa46afeef Fix image in README 2020-04-12 12:34:03 +02:00
Rafael Caricio b073ea0b34 Demo image in README 2020-04-12 12:32:18 +02:00
Rafael Caricio b7bf19d059
Update README.md 2020-04-12 10:10:04 +02:00
Rafael Caricio 98ad1ef01b
Update README.md 2020-04-12 10:08:55 +02:00
Rafael Caricio c31a5b3646
Update README.md 2020-04-12 10:08:16 +02:00
Rafael Caricio 819779e9ef
Update README.md 2020-04-12 10:03:02 +02:00
Rafael Caricio ec0cb80ea1 Update README based on original 2020-04-12 09:58:01 +02:00
Rafael Caricio 1d94ebd29d
Initial commit 2020-04-10 15:00:21 +02:00