diff --git a/esp32_pcb/.gitignore b/PCB/esp32_pcb/.gitignore similarity index 100% rename from esp32_pcb/.gitignore rename to PCB/esp32_pcb/.gitignore diff --git a/esp32_pcb/esp32_pcb.kicad_pcb b/PCB/esp32_pcb/esp32_pcb.kicad_pcb similarity index 100% rename from esp32_pcb/esp32_pcb.kicad_pcb rename to PCB/esp32_pcb/esp32_pcb.kicad_pcb diff --git a/esp32_pcb/esp32_pcb.kicad_pro b/PCB/esp32_pcb/esp32_pcb.kicad_pro similarity index 100% rename from esp32_pcb/esp32_pcb.kicad_pro rename to PCB/esp32_pcb/esp32_pcb.kicad_pro diff --git a/esp32_pcb/esp32_pcb.kicad_sch b/PCB/esp32_pcb/esp32_pcb.kicad_sch similarity index 100% rename from esp32_pcb/esp32_pcb.kicad_sch rename to PCB/esp32_pcb/esp32_pcb.kicad_sch diff --git a/esp32_pcb/esp32_pcb/esp32_pcb.kicad_pcb b/PCB/esp32_pcb/esp32_pcb/esp32_pcb.kicad_pcb similarity index 100% rename from esp32_pcb/esp32_pcb/esp32_pcb.kicad_pcb rename to PCB/esp32_pcb/esp32_pcb/esp32_pcb.kicad_pcb diff --git a/esp32_pcb/esp32_pcb/esp32_pcb.kicad_pro b/PCB/esp32_pcb/esp32_pcb/esp32_pcb.kicad_pro similarity index 100% rename from esp32_pcb/esp32_pcb/esp32_pcb.kicad_pro rename to PCB/esp32_pcb/esp32_pcb/esp32_pcb.kicad_pro diff --git a/esp32_pcb/esp32_pcb/esp32_pcb.kicad_sch b/PCB/esp32_pcb/esp32_pcb/esp32_pcb.kicad_sch similarity index 100% rename from esp32_pcb/esp32_pcb/esp32_pcb.kicad_sch rename to PCB/esp32_pcb/esp32_pcb/esp32_pcb.kicad_sch diff --git a/lichuang_pcb/.gitignore b/PCB/lichuang_pcb/.gitignore similarity index 100% rename from lichuang_pcb/.gitignore rename to PCB/lichuang_pcb/.gitignore diff --git a/lichuang_pcb/debug.log b/PCB/lichuang_pcb/debug.log similarity index 100% rename from lichuang_pcb/debug.log rename to PCB/lichuang_pcb/debug.log diff --git a/lichuang_pcb/jbc_shoubing.eprj2 b/PCB/lichuang_pcb/jbc_shoubing.eprj2 similarity index 100% rename from lichuang_pcb/jbc_shoubing.eprj2 rename to PCB/lichuang_pcb/jbc_shoubing.eprj2 diff --git a/lichuang_pcb/lichuang_eda.eprj2 b/PCB/lichuang_pcb/lichuang_eda.eprj2 similarity index 100% rename from lichuang_pcb/lichuang_eda.eprj2 rename to PCB/lichuang_pcb/lichuang_eda.eprj2 diff --git a/手柄/.gitignore b/PCB/手柄/.gitignore similarity index 100% rename from 手柄/.gitignore rename to PCB/手柄/.gitignore diff --git a/手柄/手柄.kicad_pcb b/PCB/手柄/手柄.kicad_pcb similarity index 100% rename from 手柄/手柄.kicad_pcb rename to PCB/手柄/手柄.kicad_pcb diff --git a/手柄/手柄.kicad_pro b/PCB/手柄/手柄.kicad_pro similarity index 100% rename from 手柄/手柄.kicad_pro rename to PCB/手柄/手柄.kicad_pro diff --git a/手柄/手柄.kicad_sch b/PCB/手柄/手柄.kicad_sch similarity index 100% rename from 手柄/手柄.kicad_sch rename to PCB/手柄/手柄.kicad_sch diff --git a/lvglui/lvglui/.gitignore b/lvglui/lvglui/.gitignore deleted file mode 100644 index 73e1e58..0000000 --- a/lvglui/lvglui/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -preview-build -preview-bin \ No newline at end of file diff --git a/lvglui/lvglui/CMakeLists.txt b/lvglui/lvglui/CMakeLists.txt deleted file mode 100644 index c362a8b..0000000 --- a/lvglui/lvglui/CMakeLists.txt +++ /dev/null @@ -1,37 +0,0 @@ -# This basic file is used to compile the runtime for the Editor preview. -# It is also intended for you to customize it for your own target/project. - -# Only set project if this is the top-level CMakeLists.txt -if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) - cmake_minimum_required(VERSION 3.10) - # can be customized - project(LVGLProject) - set(IS_TOP_LEVEL TRUE) -else() - set(IS_TOP_LEVEL FALSE) -endif() - -# This includes the generated list of .c files -include(${CMAKE_CURRENT_LIST_DIR}/file_list_gen.cmake) - -# Create the UI sources as a library -add_library(lib-ui ${PROJECT_SOURCES}) - -# Add the root project folder as include folder -target_include_directories(lib-ui PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) - -# You may use this check to add configuration when compiling for the Editor preview, -# or for your target. -if (LV_EDITOR_PREVIEW) - # things for the Preview -else () - # things for your target - - # set your include directories here, don't forget LVGL! -endif () - -if (IS_TOP_LEVEL) - # Do something when this is your top level cmakelists.txt -else() - # Do something else if it's not your top level cmakelists.txt -endif() \ No newline at end of file diff --git a/lvglui/lvglui/components/README.md b/lvglui/lvglui/components/README.md deleted file mode 100644 index c44ff7a..0000000 --- a/lvglui/lvglui/components/README.md +++ /dev/null @@ -1 +0,0 @@ -Create XML files here that start with a `` tag diff --git a/lvglui/lvglui/fonts/README.md b/lvglui/lvglui/fonts/README.md deleted file mode 100644 index 104d732..0000000 --- a/lvglui/lvglui/fonts/README.md +++ /dev/null @@ -1 +0,0 @@ -Place ttf or woff files here diff --git a/lvglui/lvglui/globals.xml b/lvglui/lvglui/globals.xml deleted file mode 100644 index 5a2a08f..0000000 --- a/lvglui/lvglui/globals.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/lvglui/lvglui/images/README.md b/lvglui/lvglui/images/README.md deleted file mode 100644 index 10807df..0000000 --- a/lvglui/lvglui/images/README.md +++ /dev/null @@ -1 +0,0 @@ -Place PNG images here diff --git a/lvglui/lvglui/project.xml b/lvglui/lvglui/project.xml deleted file mode 100644 index b8f6d88..0000000 --- a/lvglui/lvglui/project.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/lvglui/lvglui/screens/README.md b/lvglui/lvglui/screens/README.md deleted file mode 100644 index b49cf42..0000000 --- a/lvglui/lvglui/screens/README.md +++ /dev/null @@ -1 +0,0 @@ -Create XML files here that start with a `` tag diff --git a/lvglui/lvglui/widgets/README.md b/lvglui/lvglui/widgets/README.md deleted file mode 100644 index bff1fef..0000000 --- a/lvglui/lvglui/widgets/README.md +++ /dev/null @@ -1 +0,0 @@ -Create folders here for each widget and place an XML in each with a `` tag