├── .gitattributes ├── .gitignore ├── .gitmodules ├── LICENSE.txt ├── LVGLSharp.sln ├── README.md ├── README_en.md ├── libs ├── build_lvgl.bat ├── gen.bat ├── lv_conf.h ├── lvgl.rsp └── lvglsharp.h ├── preview ├── 1.png └── 2.png └── src ├── Demos └── SerialPort │ ├── Program.cs │ ├── SerialPort.csproj │ ├── global.cs │ ├── lvgl.dll │ └── lvgl.lib ├── LVGLSharp.Core ├── IWindow.cs ├── LVGLSharp.Core.csproj ├── SixLaborsFontManager.cs └── global.cs ├── LVGLSharp.Interop ├── LVGL.Ext.cs ├── LVGL.cs ├── LVGLSharp.Interop.csproj ├── NativeAnnotationAttribute.cs ├── NativeBitfieldAttribute.cs ├── NativeTypeNameAttribute.cs ├── _lv_evdev_discovery_t.cs ├── _silence_gcc_warning.cs ├── lv_3dtexture_t.cs ├── lv_align_t.cs ├── lv_anim_bezier3_para_t.cs ├── lv_anim_t.cs ├── lv_anim_timeline_t.cs ├── lv_animimg_part_t.cs ├── lv_animimg_t.cs ├── lv_arc_mode_t.cs ├── lv_arc_t.cs ├── lv_area_t.cs ├── lv_array_t.cs ├── lv_bar_anim_t.cs ├── lv_bar_mode_t.cs ├── lv_bar_orientation_t.cs ├── lv_bar_t.cs ├── lv_barcode_t.cs ├── lv_base_dir_t.cs ├── lv_binfont_font_src_t.cs ├── lv_blend_mode_t.cs ├── lv_border_side_t.cs ├── lv_builtin_font_src_t.cs ├── lv_button_t.cs ├── lv_buttonmatrix_ctrl_t.cs ├── lv_buttonmatrix_t.cs ├── lv_cache_class_t.cs ├── lv_cache_entry_t.cs ├── lv_cache_ops_t.cs ├── lv_cache_reserve_cond_res_t.cs ├── lv_cache_slot_size_t.cs ├── lv_cache_t.cs ├── lv_calendar_date_t.cs ├── lv_calendar_t.cs ├── lv_canvas_t.cs ├── lv_chart_axis_t.cs ├── lv_chart_cursor_t.cs ├── lv_chart_series_t.cs ├── lv_chart_t.cs ├── lv_chart_type_t.cs ├── lv_chart_update_mode_t.cs ├── lv_checkbox_t.cs ├── lv_circle_buf_t.cs ├── lv_color16_t.cs ├── lv_color16a_t.cs ├── lv_color32_t.cs ├── lv_color_filter_dsc_t.cs ├── lv_color_format_t.cs ├── lv_color_hsv_t.cs ├── lv_color_t.cs ├── lv_cover_check_info_t.cs ├── lv_cover_res_t.cs ├── lv_dir_t.cs ├── lv_display_render_mode_t.cs ├── lv_display_rotation_t.cs ├── lv_display_t.cs ├── lv_draw_arc_dsc_t.cs ├── lv_draw_border_dsc_t.cs ├── lv_draw_box_shadow_dsc_t.cs ├── lv_draw_buf_handlers_t.cs ├── lv_draw_buf_t.cs ├── lv_draw_dsc_base_t.cs ├── lv_draw_fill_dsc_t.cs ├── lv_draw_glyph_dsc_t.cs ├── lv_draw_image_dsc_t.cs ├── lv_draw_image_sup_t.cs ├── lv_draw_label_dsc_t.cs ├── lv_draw_label_hint_t.cs ├── lv_draw_letter_dsc_t.cs ├── lv_draw_line_dsc_t.cs ├── lv_draw_mask_rect_dsc_t.cs ├── lv_draw_mask_t.cs ├── lv_draw_rect_dsc_t.cs ├── lv_draw_sw_blend_dsc_t.cs ├── lv_draw_sw_blend_fill_dsc_t.cs ├── lv_draw_sw_blend_image_dsc_t.cs ├── lv_draw_sw_mask_angle_param_t.cs ├── lv_draw_sw_mask_common_dsc_t.cs ├── lv_draw_sw_mask_fade_param_t.cs ├── lv_draw_sw_mask_line_param_t.cs ├── lv_draw_sw_mask_map_param_t.cs ├── lv_draw_sw_mask_radius_param_t.cs ├── lv_draw_sw_unit_t.cs ├── lv_draw_task_state_t.cs ├── lv_draw_task_t.cs ├── lv_draw_task_type_t.cs ├── lv_draw_triangle_dsc_t.cs ├── lv_draw_unit_t.cs ├── lv_draw_vector_task_dsc_t.cs ├── lv_dropdown_list_t.cs ├── lv_dropdown_t.cs ├── lv_evdev_type_t.cs ├── lv_event_code_t.cs ├── lv_event_dsc_t.cs ├── lv_event_list_t.cs ├── lv_event_t.cs ├── lv_ffmpeg_player_t.cs ├── lv_file_explorer_t.cs ├── lv_flex_align_t.cs ├── lv_flex_flow_t.cs ├── lv_font_class_t.cs ├── lv_font_fmt_txt_bitmap_format_t.cs ├── lv_font_fmt_txt_cmap_t.cs ├── lv_font_fmt_txt_cmap_type_t.cs ├── lv_font_fmt_txt_dsc_t.cs ├── lv_font_fmt_txt_glyph_dsc_t.cs ├── lv_font_fmt_txt_kern_classes_t.cs ├── lv_font_fmt_txt_kern_pair_t.cs ├── lv_font_glyph_dsc_t.cs ├── lv_font_glyph_format_t.cs ├── lv_font_info_t.cs ├── lv_font_kerning_t.cs ├── lv_font_manager_t.cs ├── lv_font_subpx_t.cs ├── lv_font_t.cs ├── lv_fpoint_t.cs ├── lv_fragment_class_t.cs ├── lv_fragment_managed_states_t.cs ├── lv_fragment_t.cs ├── lv_freetype_outline_event_param_t.cs ├── lv_freetype_outline_vector_t.cs ├── lv_fs_dir_t.cs ├── lv_fs_drv_t.cs ├── lv_fs_file_cache_t.cs ├── lv_fs_file_t.cs ├── lv_fs_mode_t.cs ├── lv_fs_path_ex_t.cs ├── lv_fs_res_t.cs ├── lv_fs_whence_t.cs ├── lv_gif_t.cs ├── lv_glfw_texture_t.cs ├── lv_glfw_window_t.cs ├── lv_grad_dir_t.cs ├── lv_grad_dsc_t.cs ├── lv_grad_extend_t.cs ├── lv_grad_stop_t.cs ├── lv_grid_align_t.cs ├── lv_group_refocus_policy_t.cs ├── lv_group_t.cs ├── lv_hit_test_info_t.cs ├── lv_image_align_t.cs ├── lv_image_cache_data_t.cs ├── lv_image_compress_t.cs ├── lv_image_decoder_args_t.cs ├── lv_image_decoder_dsc_t.cs ├── lv_image_decoder_t.cs ├── lv_image_dsc_t.cs ├── lv_image_header_cache_data_t.cs ├── lv_image_header_t.cs ├── lv_image_src_t.cs ├── lv_image_t.cs ├── lv_imagebutton_src_info_t.cs ├── lv_imagebutton_state_t.cs ├── lv_imagebutton_t.cs ├── lv_ime_pinyin_t.cs ├── lv_indev_data_t.cs ├── lv_indev_gesture_type_t.cs ├── lv_indev_mode_t.cs ├── lv_indev_state_t.cs ├── lv_indev_t.cs ├── lv_indev_type_t.cs ├── lv_iter_t.cs ├── lv_key_t.cs ├── lv_keyboard_mode_t.cs ├── lv_keyboard_t.cs ├── lv_label_long_mode_t.cs ├── lv_label_t.cs ├── lv_layer_t.cs ├── lv_layer_type_t.cs ├── lv_layout_t.cs ├── lv_led_t.cs ├── lv_libinput_event_t.cs ├── lv_libinput_t.cs ├── lv_line_t.cs ├── lv_ll_t.cs ├── lv_matrix_t.cs ├── lv_mem_monitor_t.cs ├── lv_menu_history_t.cs ├── lv_menu_load_page_event_data_t.cs ├── lv_menu_mode_header_t.cs ├── lv_menu_mode_root_back_button_t.cs ├── lv_menu_page_t.cs ├── lv_menu_t.cs ├── lv_monkey_config_t.cs ├── lv_msgbox_t.cs ├── lv_obj_class_editable_t.cs ├── lv_obj_class_group_def_t.cs ├── lv_obj_class_t.cs ├── lv_obj_class_theme_inheritable_t.cs ├── lv_obj_flag_t.cs ├── lv_obj_point_transform_flag_t.cs ├── lv_obj_spec_attr_t.cs ├── lv_obj_style_t.cs ├── lv_obj_style_transition_dsc_t.cs ├── lv_obj_t.cs ├── lv_obj_tree_walk_res_t.cs ├── lv_observer_t.cs ├── lv_palette_t.cs ├── lv_point_precise_t.cs ├── lv_point_t.cs ├── lv_profiler_builtin_config_t.cs ├── lv_qrcode_t.cs ├── lv_rb_color_t.cs ├── lv_rb_node_t.cs ├── lv_rb_t.cs ├── lv_result_t.cs ├── lv_rlottie_t.cs ├── lv_roller_mode_t.cs ├── lv_roller_t.cs ├── lv_scale_section_t.cs ├── lv_scale_t.cs ├── lv_screen_load_anim_t.cs ├── lv_scroll_snap_t.cs ├── lv_scrollbar_mode_t.cs ├── lv_slider_mode_t.cs ├── lv_slider_orientation_t.cs ├── lv_slider_t.cs ├── lv_span_coords_t.cs ├── lv_span_mode_t.cs ├── lv_span_overflow_t.cs ├── lv_span_t.cs ├── lv_spangroup_t.cs ├── lv_spinbox_t.cs ├── lv_sqrt_res_t.cs ├── lv_style_const_prop_t.cs ├── lv_style_res_t.cs ├── lv_style_state_cmp_t.cs ├── lv_style_t.cs ├── lv_style_transition_dsc_t.cs ├── lv_style_value_t.cs ├── lv_subject_t.cs ├── lv_subject_type_t.cs ├── lv_subject_value_t.cs ├── lv_switch_orientation_t.cs ├── lv_switch_t.cs ├── lv_table_cell_ctrl_t.cs ├── lv_table_cell_t.cs ├── lv_table_t.cs ├── lv_tabview_t.cs ├── lv_text_align_t.cs ├── lv_text_cmd_state_t.cs ├── lv_text_decor_t.cs ├── lv_text_flag_t.cs ├── lv_textarea_t.cs ├── lv_theme_t.cs ├── lv_thread_prio_t.cs ├── lv_tileview_t.cs ├── lv_tileview_tile_t.cs ├── lv_timer_t.cs ├── lv_tree_class_t.cs ├── lv_tree_node_t.cs ├── lv_vector_draw_dsc_t.cs ├── lv_vector_dsc_t.cs ├── lv_vector_fill_dsc_t.cs ├── lv_vector_gradient_t.cs ├── lv_vector_path_t.cs ├── lv_vector_stroke_dsc_t.cs ├── lv_win_t.cs ├── lv_xkb_t.cs ├── lv_xml_component_scope_t.cs ├── lv_xml_parser_state_t.cs ├── lv_yuv_buf_t.cs ├── lv_yuv_plane_t.cs └── lvimage_flags_t.cs ├── LVGLSharp.Runtime.Linux ├── LVGLSharp.Runtime.Linux.csproj ├── LinuxView.cs ├── NotoSansSC-Regular.ttf └── global.cs └── LVGLSharp.Windows ├── LVGLSharp.Runtime.Windows.csproj ├── Win32Api.cs ├── Win32Window.cs └── global.cs /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /LVGLSharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/LVGLSharp.sln -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/README.md -------------------------------------------------------------------------------- /README_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/README_en.md -------------------------------------------------------------------------------- /libs/build_lvgl.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/libs/build_lvgl.bat -------------------------------------------------------------------------------- /libs/gen.bat: -------------------------------------------------------------------------------- 1 | ClangSharpPInvokeGenerator @lvgl.rsp -------------------------------------------------------------------------------- /libs/lv_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/libs/lv_conf.h -------------------------------------------------------------------------------- /libs/lvgl.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/libs/lvgl.rsp -------------------------------------------------------------------------------- /libs/lvglsharp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/libs/lvglsharp.h -------------------------------------------------------------------------------- /preview/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/preview/1.png -------------------------------------------------------------------------------- /preview/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/preview/2.png -------------------------------------------------------------------------------- /src/Demos/SerialPort/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/Demos/SerialPort/Program.cs -------------------------------------------------------------------------------- /src/Demos/SerialPort/SerialPort.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/Demos/SerialPort/SerialPort.csproj -------------------------------------------------------------------------------- /src/Demos/SerialPort/global.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/Demos/SerialPort/global.cs -------------------------------------------------------------------------------- /src/Demos/SerialPort/lvgl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/Demos/SerialPort/lvgl.dll -------------------------------------------------------------------------------- /src/Demos/SerialPort/lvgl.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/Demos/SerialPort/lvgl.lib -------------------------------------------------------------------------------- /src/LVGLSharp.Core/IWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Core/IWindow.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Core/LVGLSharp.Core.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Core/LVGLSharp.Core.csproj -------------------------------------------------------------------------------- /src/LVGLSharp.Core/SixLaborsFontManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Core/SixLaborsFontManager.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Core/global.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Core/global.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/LVGL.Ext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/LVGL.Ext.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/LVGL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/LVGL.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/LVGLSharp.Interop.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/LVGLSharp.Interop.csproj -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/NativeAnnotationAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/NativeAnnotationAttribute.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/NativeBitfieldAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/NativeBitfieldAttribute.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/NativeTypeNameAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/NativeTypeNameAttribute.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/_lv_evdev_discovery_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/_lv_evdev_discovery_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/_silence_gcc_warning.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/_silence_gcc_warning.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_3dtexture_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_3dtexture_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_align_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_align_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_anim_bezier3_para_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_anim_bezier3_para_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_anim_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_anim_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_anim_timeline_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_anim_timeline_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_animimg_part_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_animimg_part_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_animimg_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_animimg_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_arc_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_arc_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_arc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_arc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_area_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_area_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_array_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_array_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_bar_anim_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_bar_anim_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_bar_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_bar_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_bar_orientation_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_bar_orientation_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_bar_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_bar_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_barcode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_barcode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_base_dir_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_base_dir_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_binfont_font_src_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_binfont_font_src_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_blend_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_blend_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_border_side_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_border_side_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_builtin_font_src_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_builtin_font_src_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_button_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_button_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_buttonmatrix_ctrl_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_buttonmatrix_ctrl_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_buttonmatrix_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_buttonmatrix_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_cache_class_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_cache_class_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_cache_entry_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_cache_entry_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_cache_ops_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_cache_ops_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_cache_reserve_cond_res_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_cache_reserve_cond_res_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_cache_slot_size_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_cache_slot_size_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_cache_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_cache_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_calendar_date_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_calendar_date_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_calendar_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_calendar_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_canvas_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_canvas_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_chart_axis_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_chart_axis_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_chart_cursor_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_chart_cursor_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_chart_series_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_chart_series_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_chart_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_chart_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_chart_type_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_chart_type_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_chart_update_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_chart_update_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_checkbox_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_checkbox_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_circle_buf_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_circle_buf_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_color16_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_color16_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_color16a_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_color16a_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_color32_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_color32_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_color_filter_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_color_filter_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_color_format_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_color_format_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_color_hsv_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_color_hsv_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_color_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_color_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_cover_check_info_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_cover_check_info_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_cover_res_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_cover_res_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_dir_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_dir_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_display_render_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_display_render_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_display_rotation_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_display_rotation_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_display_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_display_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_arc_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_arc_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_border_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_border_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_box_shadow_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_box_shadow_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_buf_handlers_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_buf_handlers_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_buf_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_buf_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_dsc_base_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_dsc_base_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_fill_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_fill_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_glyph_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_glyph_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_image_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_image_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_image_sup_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_image_sup_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_label_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_label_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_label_hint_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_label_hint_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_letter_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_letter_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_line_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_line_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_mask_rect_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_mask_rect_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_mask_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_mask_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_rect_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_rect_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_sw_blend_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_sw_blend_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_sw_blend_fill_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_sw_blend_fill_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_sw_blend_image_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_sw_blend_image_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_sw_mask_angle_param_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_sw_mask_angle_param_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_sw_mask_common_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_sw_mask_common_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_sw_mask_fade_param_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_sw_mask_fade_param_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_sw_mask_line_param_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_sw_mask_line_param_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_sw_mask_map_param_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_sw_mask_map_param_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_sw_mask_radius_param_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_sw_mask_radius_param_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_sw_unit_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_sw_unit_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_task_state_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_task_state_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_task_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_task_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_task_type_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_task_type_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_triangle_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_triangle_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_unit_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_unit_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_draw_vector_task_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_draw_vector_task_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_dropdown_list_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_dropdown_list_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_dropdown_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_dropdown_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_evdev_type_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_evdev_type_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_event_code_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_event_code_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_event_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_event_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_event_list_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_event_list_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_event_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_event_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_ffmpeg_player_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_ffmpeg_player_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_file_explorer_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_file_explorer_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_flex_align_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_flex_align_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_flex_flow_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_flex_flow_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_class_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_class_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_fmt_txt_bitmap_format_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_fmt_txt_bitmap_format_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_fmt_txt_cmap_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_fmt_txt_cmap_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_fmt_txt_cmap_type_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_fmt_txt_cmap_type_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_fmt_txt_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_fmt_txt_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_fmt_txt_glyph_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_fmt_txt_glyph_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_fmt_txt_kern_classes_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_fmt_txt_kern_classes_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_fmt_txt_kern_pair_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_fmt_txt_kern_pair_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_glyph_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_glyph_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_glyph_format_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_glyph_format_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_info_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_info_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_kerning_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_kerning_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_manager_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_manager_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_subpx_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_subpx_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_font_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_font_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fpoint_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fpoint_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fragment_class_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fragment_class_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fragment_managed_states_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fragment_managed_states_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fragment_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fragment_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_freetype_outline_event_param_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_freetype_outline_event_param_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_freetype_outline_vector_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_freetype_outline_vector_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fs_dir_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fs_dir_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fs_drv_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fs_drv_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fs_file_cache_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fs_file_cache_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fs_file_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fs_file_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fs_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fs_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fs_path_ex_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fs_path_ex_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fs_res_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fs_res_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_fs_whence_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_fs_whence_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_gif_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_gif_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_glfw_texture_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_glfw_texture_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_glfw_window_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_glfw_window_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_grad_dir_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_grad_dir_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_grad_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_grad_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_grad_extend_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_grad_extend_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_grad_stop_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_grad_stop_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_grid_align_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_grid_align_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_group_refocus_policy_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_group_refocus_policy_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_group_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_group_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_hit_test_info_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_hit_test_info_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_image_align_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_image_align_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_image_cache_data_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_image_cache_data_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_image_compress_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_image_compress_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_image_decoder_args_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_image_decoder_args_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_image_decoder_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_image_decoder_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_image_decoder_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_image_decoder_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_image_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_image_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_image_header_cache_data_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_image_header_cache_data_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_image_header_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_image_header_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_image_src_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_image_src_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_image_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_image_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_imagebutton_src_info_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_imagebutton_src_info_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_imagebutton_state_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_imagebutton_state_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_imagebutton_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_imagebutton_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_ime_pinyin_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_ime_pinyin_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_indev_data_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_indev_data_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_indev_gesture_type_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_indev_gesture_type_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_indev_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_indev_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_indev_state_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_indev_state_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_indev_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_indev_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_indev_type_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_indev_type_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_iter_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_iter_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_key_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_key_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_keyboard_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_keyboard_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_keyboard_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_keyboard_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_label_long_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_label_long_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_label_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_label_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_layer_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_layer_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_layer_type_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_layer_type_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_layout_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_layout_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_led_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_led_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_libinput_event_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_libinput_event_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_libinput_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_libinput_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_line_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_line_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_ll_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_ll_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_matrix_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_matrix_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_mem_monitor_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_mem_monitor_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_menu_history_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_menu_history_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_menu_load_page_event_data_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_menu_load_page_event_data_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_menu_mode_header_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_menu_mode_header_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_menu_mode_root_back_button_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_menu_mode_root_back_button_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_menu_page_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_menu_page_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_menu_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_menu_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_monkey_config_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_monkey_config_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_msgbox_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_msgbox_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_obj_class_editable_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_obj_class_editable_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_obj_class_group_def_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_obj_class_group_def_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_obj_class_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_obj_class_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_obj_class_theme_inheritable_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_obj_class_theme_inheritable_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_obj_flag_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_obj_flag_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_obj_point_transform_flag_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_obj_point_transform_flag_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_obj_spec_attr_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_obj_spec_attr_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_obj_style_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_obj_style_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_obj_style_transition_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_obj_style_transition_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_obj_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_obj_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_obj_tree_walk_res_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_obj_tree_walk_res_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_observer_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_observer_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_palette_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_palette_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_point_precise_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_point_precise_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_point_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_point_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_profiler_builtin_config_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_profiler_builtin_config_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_qrcode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_qrcode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_rb_color_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_rb_color_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_rb_node_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_rb_node_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_rb_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_rb_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_result_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_result_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_rlottie_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_rlottie_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_roller_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_roller_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_roller_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_roller_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_scale_section_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_scale_section_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_scale_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_scale_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_screen_load_anim_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_screen_load_anim_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_scroll_snap_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_scroll_snap_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_scrollbar_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_scrollbar_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_slider_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_slider_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_slider_orientation_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_slider_orientation_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_slider_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_slider_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_span_coords_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_span_coords_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_span_mode_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_span_mode_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_span_overflow_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_span_overflow_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_span_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_span_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_spangroup_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_spangroup_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_spinbox_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_spinbox_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_sqrt_res_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_sqrt_res_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_style_const_prop_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_style_const_prop_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_style_res_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_style_res_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_style_state_cmp_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_style_state_cmp_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_style_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_style_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_style_transition_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_style_transition_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_style_value_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_style_value_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_subject_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_subject_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_subject_type_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_subject_type_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_subject_value_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_subject_value_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_switch_orientation_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_switch_orientation_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_switch_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_switch_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_table_cell_ctrl_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_table_cell_ctrl_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_table_cell_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_table_cell_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_table_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_table_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_tabview_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_tabview_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_text_align_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_text_align_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_text_cmd_state_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_text_cmd_state_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_text_decor_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_text_decor_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_text_flag_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_text_flag_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_textarea_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_textarea_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_theme_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_theme_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_thread_prio_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_thread_prio_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_tileview_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_tileview_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_tileview_tile_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_tileview_tile_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_timer_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_timer_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_tree_class_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_tree_class_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_tree_node_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_tree_node_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_vector_draw_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_vector_draw_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_vector_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_vector_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_vector_fill_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_vector_fill_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_vector_gradient_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_vector_gradient_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_vector_path_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_vector_path_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_vector_stroke_dsc_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_vector_stroke_dsc_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_win_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_win_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_xkb_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_xkb_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_xml_component_scope_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_xml_component_scope_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_xml_parser_state_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_xml_parser_state_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_yuv_buf_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_yuv_buf_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lv_yuv_plane_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lv_yuv_plane_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Interop/lvimage_flags_t.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Interop/lvimage_flags_t.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Runtime.Linux/LVGLSharp.Runtime.Linux.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Runtime.Linux/LVGLSharp.Runtime.Linux.csproj -------------------------------------------------------------------------------- /src/LVGLSharp.Runtime.Linux/LinuxView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Runtime.Linux/LinuxView.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Runtime.Linux/NotoSansSC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Runtime.Linux/NotoSansSC-Regular.ttf -------------------------------------------------------------------------------- /src/LVGLSharp.Runtime.Linux/global.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Runtime.Linux/global.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Windows/LVGLSharp.Runtime.Windows.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Windows/LVGLSharp.Runtime.Windows.csproj -------------------------------------------------------------------------------- /src/LVGLSharp.Windows/Win32Api.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Windows/Win32Api.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Windows/Win32Window.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Windows/Win32Window.cs -------------------------------------------------------------------------------- /src/LVGLSharp.Windows/global.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxcstar/LVGLSharp/HEAD/src/LVGLSharp.Windows/global.cs --------------------------------------------------------------------------------