Does LVGL support little-Endian only?

in _lv_style_set_int() function, when I see the code attr_found.full = *(style->map + id + 1); , I want to know LVGL only support little-Endian ?

In the past few days jbamaral tested LVGL on Big endian systems and sent some fixes.

So the basic features are working but some special cases might be still broken.

Feedback is very welcome. Please open an issue on GitHub if you find any related issues.

v7.1.0 (planned on 07.07.2020)

Available in the master branch

  • Change some lv_style_t methods to support big endian hardware.

i can use this version, right?

Yes; you should be able to just clone the master branch and work with that.

1 Like