fix(core) add L suffix to enums to ensure 16-bit compatibility (#2760)

This commit is contained in:
Matteo Iervasi
2021-11-03 19:28:12 +01:00
committed by GitHub
parent 1ab5c9689f
commit d6341f05a9
3 changed files with 30 additions and 30 deletions

View File

@@ -44,6 +44,7 @@
- feat(keyboard): add user-defined modes
- Add support for RT-Thread RTOS
- feat(disp): add utility functions/macros for dealing with non-fullscreen displays
- fix(core): force the use of 32bit integers in the enumerations so that LVGL can be compiled on 16bit architectures
## v8.0.2 (16.07.2021)
- fix(theme) improve button focus of keyboard