Commit graph

51 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 37950d6e2e windows support 2022-05-17 22:52:57 +02:00
Rafael Caricio 043bb52881 Add LVGL Rust Global Allocator feature 2021-05-26 20:55:38 +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 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
Rafael Caricio 81cb1bee4c Compile to WASM using emscripten 2020-09-22 20:54:47 +02:00
Rafael Caricio d442ab99cc Release 0.4.0 2020-06-19 18:55:30 +02:00
Rafael Caricio 3e7e056da6 Some additional checks on using LVGL heap memory allocator 2020-06-19 15:48:44 +02:00
Rafael Caricio 5b48d5faad Release 0.3.3 2020-06-14 19:46:50 +02:00
Rafael Caricio 3c8f892c19 Fix examples 2020-06-14 16:16:59 +02:00
Rafael Caricio a6bb2e4012 Release 0.3.1 2020-06-14 14:42:05 +02:00
Rafael Caricio b8dfd896c2 Use a Rust implementation of string.x lib 2020-06-14 14:41:23 +02:00
Rafael Caricio ad5a3deea4 Fix types 2020-06-14 11:10:29 +02:00
Rafael Caricio 74ae3a8b5b Use bindgen output to generate code 2020-06-14 11:10:29 +02:00
Rafael Caricio 0e256957ba Fix UB 2020-06-13 20:31:24 +02:00
Rafael Caricio f0ec94cbf9 Use generated widgets 2020-06-13 20:31:24 +02:00
Rafael Caricio 6f5b771b7d Add missing C func to link 2020-06-13 20:31:24 +02:00
Rafael Caricio c494d8fac0 Generate code for styles properties 2020-06-04 20:47:40 +02:00
Rafael Caricio 59c567ae1c LVGL 7.0.1 basic setup 2020-06-04 20:47:40 +02:00
Rafael Caricio 460a3d1d30 Remove old repo link 2020-06-04 20:47:40 +02:00
Rafael Caricio 63e33d052f Remove some UB 2020-06-02 19:59:41 +02:00
Rafael Caricio ae71ea9f9b Version 0.2.0 2020-05-30 17:19:30 +02:00
Rafael Caricio 1b2c5da5e7 Don't commit auto-generated code 2020-05-30 16:45:58 +02:00
Rafael Caricio 47ec536a10 Support running on embedded 2020-05-30 16:31:01 +02:00
Rafael Caricio 40b431c1c7 Update code snippet picture in readme 2020-05-30 09:32:27 +02:00
Rafael Caricio 87398af042 Use no_std in sys 2020-05-30 07:40:13 +02:00
Rafael Caricio 63a160d54e Make it not tied to a color scheme 2020-05-27 22:37:22 +02:00
Rafael Caricio 6d7d00759b Use Rgb565 as default 2020-04-21 10:52:21 +02:00
Rafael Caricio bd91097ecd Improvements in the bindings 2020-04-18 19:20:38 +02:00
Rafael Caricio cd0e9e7f5f Turn to watchface demo 2020-04-13 20:52:06 +02:00
Rafael Caricio df8b8b4277 Improved demo 2020-04-13 00:25:51 +02:00
Rafael Caricio 5474917c5a Configurable lv_conf.h file 2020-04-12 20:37:26 +02:00
Rafael Caricio e68275a7c8 Fix packaging with vendor location 2020-04-12 13:41:36 +02:00
Rafael Caricio 8da0d9ee80 Homepage link 2020-04-12 12:40:42 +02:00
Rafael Caricio 8455e28a82 Initial Rust-y API 2020-04-12 12:19:28 +02:00
Rafael Caricio e5c73143d0 Make bindings no_std compatible 2020-04-11 20:35:33 +02:00
Rafael Caricio 633b076e38 Example draws widgets 2020-04-11 19:39:20 +02:00
Rafael Caricio df0ff1f8eb Completely unsafe example using SDL2 2020-04-11 13:06:16 +02:00
Rafael Caricio 35dbaaf3e8 Basic sanity check test 2020-04-10 20:53:41 +02:00
Rafael Caricio d1d4d59321 Leave lib.rs as container of tests 2020-04-10 20:41:29 +02:00
Rafael Caricio afdb7edd92 Fix lvgl compilation 2020-04-10 20:34:07 +02:00
Rafael Caricio b826993893 Build script generates correct lib.rs bindings 2020-04-10 19:48:21 +02:00
Rafael Caricio 6da7ca0c19 Make bindings be dynamically generated at compile time 2020-04-10 19:38:07 +02:00