Commit graph

18 commits

Author SHA1 Message Date
65286d950a
Update examples 2021-06-02 15:31:46 +02:00
e99a2267de
Update demo app to use new api 2021-06-02 01:31:05 +02:00
043bb52881 Add LVGL Rust Global Allocator feature 2021-05-26 20:55:38 +02:00
348963b80d Upgrade to lvgl v7.10.1
- Clean up demo
- Remove warning from rustc
- Improve test of custom Box implementation
- Upgrade dep versions
2021-05-24 23:17:33 +02:00
f4618fd635 Simplify examples, don't use threads 2020-06-19 15:48:44 +02:00
64527c3f2a Fix examples 2020-06-19 15:48:44 +02:00
e70ba3a752 Incorporate clippy suggestions 2020-06-19 15:48:44 +02:00
38d7a0e974 Clean up 2020-06-19 15:48:44 +02:00
8b2879f93b Remove alloc dependency 2020-06-19 15:48:44 +02:00
657640d206 First step in removing dependency on alloc crate 2020-06-19 15:48:44 +02:00
335261ed6e Fix examples 2020-06-07 20:50:45 +02:00
25efb6da91 Simplify object creation 2020-06-05 23:22:21 +02:00
5015711141 Add Gauge widget 2020-06-04 23:09:54 +02:00
66d98430d8 Use Opacity type 2020-06-04 21:29:21 +02:00
3788b4c66b Fix examples 2020-06-04 20:47:40 +02:00
63e33d052f Remove some UB 2020-06-02 19:59:41 +02:00
b132edc6fc Move widgets to designated modules 2020-05-31 12:22:18 +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
Renamed from examples/demo/src/main.rs (Browse further)