lvgl / docs_old

DEPRECATED: Documentation for LVGL is now located in the main repository: https://github.com/lvgl/lvgl
https://docs.lvgl.io/
42 stars 72 forks source link

Update roller.md #174

Closed benjaminSchilling33 closed 3 years ago

benjaminSchilling33 commented 3 years ago

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 not LV_ROLLER_MODE_INIFINITE (but that's how it is implemented currently).

What is your opinion?

kisvegabor commented 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!