Commit graph

7 commits

Author SHA1 Message Date
36bae837f8 Let users deal with Errors 2020-06-07 20:50:45 +02:00
25efb6da91 Simplify object creation 2020-06-05 23:22:21 +02:00
63e33d052f Remove some UB 2020-06-02 19:59:41 +02:00
11695e20c1 Rename ObjectX to GenericObject 2020-06-02 19:21:44 +02:00
b8a559a6cf Make it possible to send events 2020-05-31 19:24:45 +02:00
0349f1c77a Make it possible to define event callbacks 2020-05-31 18:48:17 +02:00
893f0054c8
API re-design (#9)
* New API test using std/alloc objects

* Use RefCell to create multiple mut refs

* UI saves display obj, makes possible for global call to active display

* Reflect restrictions of LvGL

* No need for manual nul byte

* Fix typo
2020-05-30 00:25:27 +02:00