Closed benjaminSchilling33 closed 3 years ago
Hi,
LV_ROLLER_MODE_INIFINITE
is just a typo... :slightly_frowning_face:
I've just updated it in lvgl and added
#define LV_ROLLER_MODE_INFINITE LV_ROLLER_MODE_INIFINITE
for backward compatibility.
This way the docs doesn't need to be updated.
Thank you for pointing it out!
Fix roller mode typo in set options
Acutally I'm not sure whether this is intended but from my point of view it should be
LV_ROLLER_MODE_INFINITE
and notLV_ROLLER_MODE_INIFINITE
(but that's how it is implemented currently).What is your opinion?