Skip to content

Commit

Permalink
Sync the files from the current LVGL related submodules to project fi…
Browse files Browse the repository at this point in the history
…les.
  • Loading branch information
MouriNaruto committed Jun 27, 2024
1 parent 945f577 commit c39ca18
Show file tree
Hide file tree
Showing 7 changed files with 9,273 additions and 1,592 deletions.
13 changes: 13 additions & 0 deletions LvglWindows/LvglWindows.def
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ lv_table_set_cell_value_fmt
lv_table_set_column_count
lv_table_set_column_width
lv_table_set_row_count
lv_table_set_selected_cell
lv_switch_class
lv_switch_create
lv_spinner_class
Expand Down Expand Up @@ -142,6 +143,7 @@ lv_scale_get_total_tick_count
lv_scale_section_set_range
lv_scale_section_set_style
lv_scale_set_angle_range
lv_scale_set_draw_ticks_on_top
lv_scale_set_image_needle_value
lv_scale_set_label_show
lv_scale_set_line_needle_value
Expand Down Expand Up @@ -413,10 +415,12 @@ lv_bar_create
lv_bar_get_max_value
lv_bar_get_min_value
lv_bar_get_mode
lv_bar_get_orientation
lv_bar_get_start_value
lv_bar_get_value
lv_bar_is_symmetrical
lv_bar_set_mode
lv_bar_set_orientation
lv_bar_set_range
lv_bar_set_start_value
lv_bar_set_value
Expand Down Expand Up @@ -496,6 +500,7 @@ lv_strcat
lv_strcmp
lv_strcpy
lv_strdup
lv_strlcpy
lv_strlen
lv_strncat
lv_strncpy
Expand Down Expand Up @@ -529,6 +534,7 @@ lv_subject_add_observer
lv_subject_add_observer_obj
lv_subject_add_observer_with_target
lv_subject_copy_string
lv_subject_deinit
lv_subject_get_color
lv_subject_get_group_element
lv_subject_get_int
Expand Down Expand Up @@ -559,6 +565,10 @@ lv_thread_sync_delete
lv_thread_sync_init
lv_thread_sync_signal
lv_thread_sync_wait
lv_lock
lv_lock_isr
lv_os_init
lv_unlock
_lv_utils_bsearch
lv_draw_buf_save_to_file
_lv_timer_core_deinit
Expand Down Expand Up @@ -852,6 +862,7 @@ lv_pow
lv_rand
lv_rand_set_seed
lv_sqrt
lv_sqrt32
lv_trigo_sin
lv_lru_create
lv_lru_delete
Expand Down Expand Up @@ -1151,6 +1162,7 @@ lv_draw_sw_layer
lv_gradient_cleanup
lv_gradient_color_calculate
lv_gradient_get
lv_gradient_init_stops
lv_draw_sw_fill
lv_draw_sw_box_shadow
lv_draw_sw_border
Expand Down Expand Up @@ -1227,6 +1239,7 @@ lv_draw_buf_create_user
lv_draw_buf_destroy
lv_draw_buf_destroy_user
lv_draw_buf_dup
lv_draw_buf_dup_user
lv_draw_buf_flush_cache
lv_draw_buf_flush_cache_user
lv_draw_buf_get_handlers
Expand Down
633 changes: 626 additions & 7 deletions LvglWindows/LvglWindowsStatic.vcxproj

Large diffs are not rendered by default.

2,953 changes: 2,444 additions & 509 deletions LvglWindows/LvglWindowsStatic.vcxproj.filters

Large diffs are not rendered by default.

633 changes: 626 additions & 7 deletions LvglWindowsDesktopApplication/LvglWindowsDesktopApplication.vcxproj

Large diffs are not rendered by default.

2,865 changes: 2,400 additions & 465 deletions LvglWindowsDesktopApplication/LvglWindowsDesktopApplication.vcxproj.filters

Large diffs are not rendered by default.

633 changes: 626 additions & 7 deletions LvglWindowsSimulator/LvglWindowsSimulator.vcxproj

Large diffs are not rendered by default.

3,135 changes: 2,538 additions & 597 deletions LvglWindowsSimulator/LvglWindowsSimulator.vcxproj.filters

Large diffs are not rendered by default.

0 comments on commit c39ca18

Please sign in to comment.