Home
last modified time | relevance | path

Searched refs:lv_display_set_rotation (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/docs/details/integration/driver/display/
Drenesas_glcdc.rst79 lv_display_set_rotation(lv_display_get_default(), LV_DISP_ROTATION_90);
81 lv_display_set_rotation(lv_display_get_default(), LV_DISP_ROTATION_180);
83 lv_display_set_rotation(lv_display_get_default(), LV_DISP_ROTATION_270);
Dst_ltdc.rst90 :cpp:expr:`lv_display_set_rotation(disp, rotation)` where rotation is one of
Dlcd_stm32_guide.rst251 …n change the default orientation by adjusting the parameter of ``lv_display_set_rotation()``. You …
266 lv_display_set_rotation(lcd_disp, LV_DISPLAY_ROTATION_270);
Dgen_mipi.rst138 lv_display_set_rotation(my_disp, LV_DISPLAY_ROTATION_90);
/lvgl-latest/examples/porting/
Dlv_port_lcd_stm32_template.c71 lv_display_set_rotation(lcd_disp, LV_DISPLAY_ROTATION_270); /* set landscape orientation */
/lvgl-latest/src/display/
Dlv_display.h159 void lv_display_set_rotation(lv_display_t * disp, lv_display_rotation_t rotation);
Dlv_display.c861 void lv_display_set_rotation(lv_display_t * disp, lv_display_rotation_t rotation) in lv_display_set_rotation() function
/lvgl-latest/src/
Dlv_api_map_v8.h129 #define lv_disp_set_rotation lv_display_set_rotation
/lvgl-latest/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino99 lv_display_set_rotation(disp, TFT_ROTATION);
/lvgl-latest/docs/details/main-components/
Ddisplay.rst181 to :cpp:func:`lv_display_set_resolution` or :cpp:func:`lv_display_set_rotation`.
387 :cpp:expr:`lv_display_set_rotation(disp, LV_DISPLAY_ROTATION_xxx)` where ``xxx`` is