Commit graph

158 commits

Author SHA1 Message Date
Jay Jackson 601a87d513 add use-vendored-config feature 2022-05-19 14:23:44 +02:00
Jay Jackson faa3a19215 bump versions 2022-05-17 22:52:57 +02:00
Jay Jackson 029d230cab remove leftover files 2022-05-17 22:52:57 +02:00
Jay Jackson ade4ae5a2d fix clippy warnings 2022-05-17 22:52:57 +02:00
Jay Jackson 37950d6e2e windows support 2022-05-17 22:52:57 +02:00
Sam Jones 763b78e45d Implement Clone for Style 2022-03-22 15:17:17 +01:00
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 56cb470dc8 Remove lazy_static dependency 2021-05-26 20:55:38 +02:00
Rafael Caricio 043bb52881 Add LVGL Rust Global Allocator feature 2021-05-26 20:55:38 +02:00
Rafael Caricio a5ffa62013 lv_mem_monitor_t is not allocated by lv_mem_monitor function, we need to pass pointer to a valid memory address 2021-05-24 23:17:33 +02:00
Rafael Caricio 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
Sam Jones 3791b211b8 Fix lvgl-sys not respecting DEP_LV_CONFIG_PATH 2021-05-19 14:24:01 +02:00
Rafael Caricio d699101afe Format code 2021-03-07 18:32:27 +01:00
Rafael Caricio f60d8d999b Upgrade LVGL vendored to v7.10.1 2021-03-07 18:32:27 +01:00
Rafael Caricio ab8b8ae05f
Remove usage of deprecated method 2021-03-07 18:03:45 +01:00
Rafael Caricio 9b9ea48920 Add some initial formating to docs page 2021-03-07 16:34:11 +01:00
Rafael Caricio 7f5bec7366 Release 0.5.2 2021-03-07 00:34:19 +01:00
Rafael Caricio 3f226e94a4 Release 0.5.1 2021-03-06 23:39:31 +01: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
Jai A d3a2a9eff3 Fix compile error 2021-02-15 18:58:36 +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 81cb1bee4c Compile to WASM using emscripten 2020-09-22 20:54:47 +02:00
Rafael Caricio 8fe36f6102 Expose RGB values from Color 2020-08-27 11:40:08 +02:00
Rafael Caricio d442ab99cc Release 0.4.0 2020-06-19 18:55:30 +02:00
Rafael Caricio f4618fd635 Simplify examples, don't use threads 2020-06-19 15:48:44 +02:00
Rafael Caricio 385fc6b764 Remove threads from bar example 2020-06-19 15:48:44 +02:00
Rafael Caricio 0761e36c76 Run apt-get update in CI 2020-06-19 15:48:44 +02:00
Rafael Caricio ef94e5d5d4 Install SDL2 2020-06-19 15:48:44 +02:00
Rafael Caricio a1aec89456 Checkout submodules in GH actions 2020-06-19 15:48:44 +02:00
Rafael Caricio 98ae8e0ced Update readme to remove alloc reference 2020-06-19 15:48:44 +02:00
Rafael Caricio 52fafecdde Remove unused dependencies 2020-06-19 15:48:44 +02:00
Rafael Caricio 64527c3f2a Fix examples 2020-06-19 15:48:44 +02:00
Rafael Caricio adee5994dc Simplify code 2020-06-19 15:48:44 +02:00
Rafael Caricio 60c3fc7ed7 Fix comment misconception 2020-06-19 15:48:44 +02:00
Rafael Caricio 6a9bd2d87f Fix UB, the value in MaybeUninit was being dropped 2020-06-19 15:48:44 +02:00
Rafael Caricio e3fd8d5736 LVGL handles zero sized 2020-06-19 15:48:44 +02:00
Rafael Caricio 3e7e056da6 Some additional checks on using LVGL heap memory allocator 2020-06-19 15:48:44 +02:00
Rafael Caricio e70ba3a752 Incorporate clippy suggestions 2020-06-19 15:48:44 +02:00
Rafael Caricio 38d7a0e974 Clean up 2020-06-19 15:48:44 +02:00
Rafael Caricio 46562f23cf Revert display buffer allocation to use LVGL backed Box 2020-06-19 15:48:44 +02:00
Rafael Caricio 8b2879f93b Remove alloc dependency 2020-06-19 15:48:44 +02:00
Rafael Caricio 657640d206 First step in removing dependency on alloc crate 2020-06-19 15:48:44 +02:00
Rafael Caricio b85226aada
Update rust.yml 2020-06-15 01:53:42 +02:00
Rafael Caricio 6ddb606855
Update rust.yml 2020-06-15 01:49:33 +02:00
Rafael Caricio 931dead6ab
Initial CI setup. 2020-06-15 01:45:26 +02:00
Rafael Caricio 5b48d5faad Release 0.3.3 2020-06-14 19:46:50 +02:00
Rafael Caricio 78f0dbcefa Release 0.3.2 2020-06-14 17:02:07 +02:00