Commit graph

132 commits

Author SHA1 Message Date
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
Rafael Caricio 3c8f892c19 Fix examples 2020-06-14 16:16:59 +02:00
Rafael Caricio 655300d3e9 Release 0.3.1 2020-06-14 14:49:02 +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 fd65ecbe34 Remove explicitly listing files 2020-06-14 11:27:13 +02:00
Rafael Caricio 2277334491 Explicity define build script 2020-06-14 11:25:22 +02:00
Rafael Caricio 78841f1538 Update metadata 2020-06-14 11:18:33 +02:00
Rafael Caricio ad5a3deea4 Fix types 2020-06-14 11:10:29 +02:00
Rafael Caricio ceabc135cc No need to generate lvgl-codegen as CLI tool 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 dbb1d4a8d1 Fix clang dependency 2020-06-13 21:50:11 +02:00
Rafael Caricio cd3397b254 Remove unused dependencies 2020-06-13 20:31:24 +02:00
Rafael Caricio 0e256957ba Fix UB 2020-06-13 20:31:24 +02:00
Rafael Caricio 67cbca4942 Generate methods with str as argument 2020-06-13 20:31:24 +02:00
Rafael Caricio b0113fc747 Update readme 2020-06-13 20:31:24 +02:00
Rafael Caricio de9b6512a7 Generate all widgets 2020-06-13 20:31:24 +02:00
Rafael Caricio d970deaa9d Use lvgl-codegen 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 55f206e2cd Fix allocation 2020-06-13 20:31:24 +02:00
Rafael Caricio 311c8c6cc9 Last version with clang dep 2020-06-13 20:31:24 +02:00
Rafael Caricio 119d44ef91 Generate methods for Widgets 2020-06-13 20:31:24 +02:00
Rafael Caricio 335261ed6e Fix examples 2020-06-07 20:50:45 +02:00
Rafael Caricio 36bae837f8 Let users deal with Errors 2020-06-07 20:50:45 +02:00
Jakub Clark 80d976ac1f Remove unused directory 2020-06-06 09:27:53 +02:00
Jakub Clark 546781f1f6 Add arc widget 2020-06-06 09:27:53 +02:00