Home
last modified time | relevance | path

Searched refs:lv_obj_set_align (Results 1 – 23 of 23) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c133 lv_obj_set_align(panel, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_daily()
154 lv_obj_set_align(label_day, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_daily()
162 lv_obj_set_align(icon, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_daily()
173 lv_obj_set_align(label, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_daily()
186 lv_obj_set_align(panel, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_hourly()
199 lv_obj_set_align(hour_label, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_hourly()
211 lv_obj_set_align(hour_icon, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_hourly()
220 lv_obj_set_align(temp_label, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_hourly()
227 lv_obj_set_align(humidity_label, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_hourly()
234 lv_obj_set_align(wind_label, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_hourly()
[all …]
Dlv_demo_smartwatch_home.c279 lv_obj_set_align(face_item, LV_ALIGN_CENTER); in lv_demo_smartwatch_add_watchface()
299 lv_obj_set_align(face_preview, LV_ALIGN_TOP_MID); in lv_demo_smartwatch_add_watchface()
306 lv_obj_set_align(face_label, LV_ALIGN_BOTTOM_MID); in lv_demo_smartwatch_add_watchface()
331 lv_obj_set_align(hour_label, LV_ALIGN_CENTER); in create_screen_home()
341 lv_obj_set_align(minute_label, LV_ALIGN_CENTER); in create_screen_home()
350 lv_obj_set_align(date_label, LV_ALIGN_CENTER); in create_screen_home()
361 lv_obj_set_align(weather_icon, LV_ALIGN_CENTER); in create_screen_home()
371 lv_obj_set_align(weather_temperature, LV_ALIGN_CENTER); in create_screen_home()
380 lv_obj_set_align(weekday_label, LV_ALIGN_CENTER); in create_screen_home()
389 lv_obj_set_align(am_pm_label, LV_ALIGN_CENTER); in create_screen_home()
[all …]
Dlv_demo_smartwatch_qr.c95 lv_obj_set_align(info, LV_ALIGN_CENTER); in lv_demo_smartwatch_qr_create()
117 lv_obj_set_align(qr_item, LV_ALIGN_CENTER); in lv_demo_smartwatch_qr_list_add()
131 lv_obj_set_align(qr_icon, LV_ALIGN_CENTER); in lv_demo_smartwatch_qr_list_add()
143 lv_obj_set_align(qr_image, LV_ALIGN_CENTER); in lv_demo_smartwatch_qr_list_add()
151 lv_obj_set_align(qr_label, LV_ALIGN_CENTER); in lv_demo_smartwatch_qr_list_add()
170 lv_obj_set_align(qr_panel, LV_ALIGN_CENTER); in qr_screen_create()
Dlv_demo_smartwatch_notifications.c110 lv_obj_set_align(notification_item, LV_ALIGN_CENTER); in lv_demo_smartwatch_add_notification()
130 lv_obj_set_align(notification_icon, LV_ALIGN_CENTER); in lv_demo_smartwatch_add_notification()
138 lv_obj_set_align(notification_text, LV_ALIGN_CENTER); in lv_demo_smartwatch_add_notification()
321 lv_obj_set_align(message_panel, LV_ALIGN_TOP_MID); in create_screen_notifications()
339 lv_obj_set_align(message_icon, LV_ALIGN_CENTER); in create_screen_notifications()
346 lv_obj_set_align(message_time, LV_ALIGN_CENTER); in create_screen_notifications()
352 lv_obj_set_align(message_content, LV_ALIGN_CENTER); in create_screen_notifications()
363 lv_obj_set_align(message_list, LV_ALIGN_TOP_MID); in create_screen_notifications()
380 lv_obj_set_align(empty_info, LV_ALIGN_CENTER); in create_screen_notifications()
Dlv_demo_smartwatch_control.c94 lv_obj_set_align(control_music_play, LV_ALIGN_CENTER); in control_screen_create()
108 lv_obj_set_align(control_music_previous, LV_ALIGN_CENTER); in control_screen_create()
122 lv_obj_set_align(control_music_next, LV_ALIGN_CENTER); in control_screen_create()
136 lv_obj_set_align(control_bluetooth_icon, LV_ALIGN_CENTER); in control_screen_create()
154 lv_obj_set_align(control_brightness, LV_ALIGN_CENTER); in control_screen_create()
169 lv_obj_set_align(control_brightness_icon, LV_ALIGN_LEFT_MID); in control_screen_create()
181 lv_obj_set_align(control_volume_up, LV_ALIGN_CENTER); in control_screen_create()
195 lv_obj_set_align(control_volume_down, LV_ALIGN_CENTER); in control_screen_create()
Dlv_demo_smartwatch_list.c170 lv_obj_set_align(panel, LV_ALIGN_CENTER); in add_external_app()
188 lv_obj_set_align(icon, LV_ALIGN_LEFT_MID); in add_external_app()
198 lv_obj_set_align(label, LV_ALIGN_LEFT_MID); in add_external_app()
211 lv_obj_set_align(panel, LV_ALIGN_CENTER); in add_app_list()
229 lv_obj_set_align(icon, LV_ALIGN_LEFT_MID); in add_app_list()
239 lv_obj_set_align(label, LV_ALIGN_LEFT_MID); in add_app_list()
252 lv_obj_set_align(app_list, LV_ALIGN_TOP_MID); in create_screen_list()
Dlv_demo_smartwatch_settings.c81 lv_obj_set_align(panel, LV_ALIGN_CENTER); in lv_demo_smartwatch_settings_add_slider()
104 lv_obj_set_align(slider, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_slider()
111 lv_obj_set_align(icon, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_slider()
134 lv_obj_set_align(panel, LV_ALIGN_CENTER); in lv_demo_smartwatch_settings_add_toggle()
152 lv_obj_set_align(icon, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_toggle()
162 lv_obj_set_align(toggle, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_toggle()
192 lv_obj_set_align(panel, LV_ALIGN_CENTER); in lv_demo_smartwatch_settings_add_dropdown()
212 lv_obj_set_align(dropdown, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_dropdown()
227 lv_obj_set_align(icon, LV_ALIGN_LEFT_MID); in lv_demo_smartwatch_settings_add_dropdown()
250 lv_obj_set_align(panel, LV_ALIGN_CENTER); in lv_demo_smartwatch_settings_add_label()
[all …]
Dlv_demo_smartwatch.c401 lv_obj_set_align(dialog_window, LV_ALIGN_CENTER); in create_dialog_window()
420 lv_obj_set_align(dialog_panel, LV_ALIGN_TOP_MID); in create_dialog_window()
437 lv_obj_set_align(dialog_title, LV_ALIGN_TOP_MID); in create_dialog_window()
454 lv_obj_set_align(dialog_message, LV_ALIGN_CENTER); in create_dialog_window()
461 lv_obj_set_align(dialog_close, LV_ALIGN_BOTTOM_MID); in create_dialog_window()
469 lv_obj_set_align(dialog_close_label, LV_ALIGN_CENTER); in create_dialog_window()
482 lv_obj_set_align(hint_panel, LV_ALIGN_CENTER); in create_scroll_hints()
499 lv_obj_set_align(hint_up, LV_ALIGN_TOP_MID); in create_scroll_hints()
514 lv_obj_set_align(hint_down, LV_ALIGN_BOTTOM_MID); in create_scroll_hints()
529 lv_obj_set_align(hint_left, LV_ALIGN_LEFT_MID); in create_scroll_hints()
[all …]
Dlv_demo_smartwatch_easter_egg.c250 lv_obj_set_align(lvgl_logo_black, LV_ALIGN_CENTER); in create_screen_easter_egg()
257 lv_obj_set_align(lvgl_logo_blue, LV_ALIGN_CENTER); in create_screen_easter_egg()
264 lv_obj_set_align(lvgl_logo_red, LV_ALIGN_CENTER); in create_screen_easter_egg()
271 lv_obj_set_align(lvgl_logo_green, LV_ALIGN_CENTER); in create_screen_easter_egg()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c225 lv_obj_set_align(arc, LV_ALIGN_BOTTOM_MID); in create_widget_charging()
346 lv_obj_set_align(top_label, LV_ALIGN_TOP_LEFT); in create_widget3()
350 lv_obj_set_align(music_labels_box, LV_ALIGN_BOTTOM_LEFT); in create_widget3()
363 lv_obj_set_align(slider, LV_ALIGN_RIGHT_MID); in create_widget3()
390 lv_obj_set_align(controls, LV_ALIGN_LEFT_MID); in create_widget3()
Dlv_demo_high_res_app_thermostat.c114 lv_obj_set_align(widgets, LV_ALIGN_BOTTOM_RIGHT); in lv_demo_high_res_app_thermostat()
512 lv_obj_set_align(scale, LV_ALIGN_TOP_MID); in create_widget3()
533 lv_obj_set_align(arc, LV_ALIGN_TOP_MID); in create_widget3()
554 lv_obj_set_align(current_temperature_box, LV_ALIGN_BOTTOM_MID); in create_widget3()
Dlv_demo_high_res_app_about.c120 lv_obj_set_align(slides_cont, LV_ALIGN_BOTTOM_MID); in lv_demo_high_res_app_about()
Dlv_demo_high_res_app_smart_meter.c127 lv_obj_set_align(widgets, LV_ALIGN_BOTTOM_RIGHT); in lv_demo_high_res_app_smart_meter()
170 lv_obj_set_align(box, LV_ALIGN_BOTTOM_MID); in create_widget1_part()
Dlv_demo_high_res_home.c251 lv_obj_set_align(label, LV_ALIGN_BOTTOM_LEFT); in app_card_create()
Dlv_demo_high_res_top_margin.c350 lv_obj_set_align(label, LV_ALIGN_LEFT_MID); in create_setting_label_cont()
Dlv_demo_high_res_app_ev_charging.c148 lv_obj_set_align(widgets, LV_ALIGN_BOTTOM_RIGHT); in lv_demo_high_res_app_ev_charging()
/lvgl-latest/src/core/
Dlv_obj_pos.h167 void lv_obj_set_align(lv_obj_t * obj, lv_align_t align);
Dlv_obj.c106 .setter = lv_obj_set_align,
Dlv_obj_pos.c317 void lv_obj_set_align(lv_obj_t * obj, lv_align_t align) in lv_obj_set_align() function
/lvgl-latest/examples/anim/
Dlv_example_anim_3.c124 lv_obj_set_align(ginfo.anim_obj, LV_ALIGN_TOP_LEFT); in page_obj_init()
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_obj_parser.c65 else if(lv_streq("align", name)) lv_obj_set_align(item, lv_xml_align_to_enum(value)); in lv_xml_obj_apply()
/lvgl-latest/docs/details/base-widget/
Dcoord.rst210 that "anchor", call :cpp:expr:`lv_obj_set_align(widget, LV_ALIGN_...)`. After
219 lv_obj_set_align(widget, LV_ALIGN_CENTER);
/lvgl-latest/docs/details/integration/driver/display/
Dlcd_stm32_guide.rst313 lv_obj_set_align(widget, LV_ALIGN_CENTER);