Commit graph

158 commits

Author SHA1 Message Date
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
Rafael Caricio 25efb6da91 Simplify object creation 2020-06-05 23:22:21 +02:00
Rafael Caricio 88d7d426ca Keep consistent naming with LVGL 2020-06-05 22:47:13 +02:00
Rafael Caricio 469fdf2508 Remove code duplication 2020-06-05 22:36:15 +02:00
Rafael Caricio 5015711141 Add Gauge widget 2020-06-04 23:09:54 +02:00
Rafael Caricio 66d98430d8 Use Opacity type 2020-06-04 21:29:21 +02:00
Rafael Caricio 3788b4c66b Fix examples 2020-06-04 20:47:40 +02:00
Rafael Caricio 461da8814c Move object related types to its own module 2020-06-04 20:47:40 +02:00
Rafael Caricio e8757f74de Move align conversion to Into<u8> trait impl 2020-06-04 20:47:40 +02:00
Rafael Caricio 52e31496c6 Update Bar example 2020-06-04 20:47:40 +02:00
Rafael Caricio c494d8fac0 Generate code for styles properties 2020-06-04 20:47:40 +02:00
Rafael Caricio 93a7fd4316 Enable use by lvgl-rs of v7.0.1 of LVGL 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 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 532cf3cf1b Support more styling options 2020-06-01 22:45:33 +02:00
Rafael Caricio 3faec0e2b1 Panics if C code freed the raw widget pointer 2020-06-01 19:54:35 +02:00
Kuba Clark fcdf803ab7
Possible to set style for bar components (#14) 2020-05-31 20:52:05 +02:00
Rafael Caricio b8a559a6cf Make it possible to send events 2020-05-31 19:24:45 +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
Rafael Caricio 0349f1c77a Make it possible to define event callbacks 2020-05-31 18:48:17 +02:00
Rafael Caricio 2dd59d212d Clarify the display flush procedure 2020-05-31 13:28:02 +02:00