docs(imgbtn) fix typo

This commit is contained in:
embeddedt
2021-12-09 09:57:17 -05:00
committed by GitHub
parent c2b0343431
commit d792c5f6c2

View File

@@ -45,8 +45,8 @@ Instead of the regular `lv_obj_add/clear_state()` functions the `lv_imgbtn_set_s
Learn more about [Events](/overview/event). Learn more about [Events](/overview/event).
## Keys ## Keys
- `LV_KEY_RIGHT/UP` Go to toggled state if `LV_OBJ_FLAG_CHECHABLE` is enabled. - `LV_KEY_RIGHT/UP` Go to toggled state if `LV_OBJ_FLAG_CHECKABLE` is enabled.
- `LV_KEY_LEFT/DOWN` Go to non-toggled state if `LV_OBJ_FLAG_CHECHABLE` is enabled. - `LV_KEY_LEFT/DOWN` Go to non-toggled state if `LV_OBJ_FLAG_CHECKABLE` is enabled.
- `LV_KEY_ENTER` Clicks the button - `LV_KEY_ENTER` Clicks the button