Searched refs:lv_display_set_rotation (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/docs/details/integration/driver/display/ |
D | renesas_glcdc.rst | 79 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);
|
D | st_ltdc.rst | 90 :cpp:expr:`lv_display_set_rotation(disp, rotation)` where rotation is one of
|
D | lcd_stm32_guide.rst | 251 …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);
|
D | gen_mipi.rst | 138 lv_display_set_rotation(my_disp, LV_DISPLAY_ROTATION_90);
|
/lvgl-latest/examples/porting/ |
D | lv_port_lcd_stm32_template.c | 71 lv_display_set_rotation(lcd_disp, LV_DISPLAY_ROTATION_270); /* set landscape orientation */
|
/lvgl-latest/src/display/ |
D | lv_display.h | 159 void lv_display_set_rotation(lv_display_t * disp, lv_display_rotation_t rotation);
|
D | lv_display.c | 861 void lv_display_set_rotation(lv_display_t * disp, lv_display_rotation_t rotation) in lv_display_set_rotation() function
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 129 #define lv_disp_set_rotation lv_display_set_rotation
|
/lvgl-latest/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 99 lv_display_set_rotation(disp, TFT_ROTATION);
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 181 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
|