Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nia-e committed Mar 27, 2023
1 parent f9b3000 commit db6c022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ List of LVGL features that impacts the library usage in general.
- [x] Events: You can listen and trigger events in widget objects.
- [x] Styles: You can set styles in any exposed object. We are still missing the possibility of defining global base styles.
- [x] Input Devices: Input devices supported by [`lv_drivers`](https://github.com/lvgl/lv_drivers)
can be used.
can be used, and custom handlers can be specified for [`embedded_graphics`](https://docs.rs/embedded-graphics/0.6.2/embedded_graphics/).
**Note:** [`lv_drivers`](https://github.com/lvgl/lv_drivers) support is currently experimental.
- [ ] Fonts
- [x] Fonts: All fonts built-in to LVGL can be used on nightly Rust if the `nightly` feature is enabled. Custom fonts can also be specified as TTF or encoded into a C file (see [the example `include`](https://github.com/rafaelcaricio/lvgl-rs/tree/master/examples/include)).
- [ ] Images
- [ ] File system
- [ ] Animations
Expand Down

0 comments on commit db6c022

Please sign in to comment.