Update .gitignore file.

This commit is contained in:
稚晖 2021-03-03 18:47:34 +08:00
parent ec98fba15e
commit 9a703c3ade
9 changed files with 5 additions and 62 deletions

2
.gitignore vendored
View File

@ -21,3 +21,5 @@ _private
3.Software/LvglSimulator/vs2019_proj/.vs 3.Software/LvglSimulator/vs2019_proj/.vs
3.Software/LvglSimulator/vs2019_proj/x64/Debug 3.Software/LvglSimulator/vs2019_proj/x64/Debug
3.Software/LvglSimulator/vs2019_proj/x64/Release 3.Software/LvglSimulator/vs2019_proj/x64/Release
3.Software/ImageToHolo/.idea
3.Software/ImageToHolo/convertor/__pycache__

View File

@ -1,8 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/../../../../../../:\Users\Pengzhihui\Desktop\ImageToHolo\.idea/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PublishConfigData" remoteFilesAllowedToDisappearOnAutoupload="false">
<serverData>
<paths name="root@192.168.199.177:22">
<serverdata>
<mappings>
<mapping local="$PROJECT_DIR$" web="/" />
</mappings>
</serverdata>
</paths>
<paths name="root@192.168.199.188:22">
<serverdata>
<mappings>
<mapping local="$PROJECT_DIR$" web="/" />
</mappings>
</serverdata>
</paths>
</serverData>
</component>
</project>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
</project>

View File

@ -1,6 +0,0 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7" project-jdk-type="Python SDK" />
</project>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/ImageToHolo.iml" filepath="$PROJECT_DIR$/.idea/ImageToHolo.iml" />
</modules>
</component>
</project>

View File

@ -61,7 +61,7 @@ int main(int argc, char** argv)
//lv_demo_widgets(); //lv_demo_widgets();
//lv_demo_benchmark(); //lv_demo_benchmark();
//lv_demo_keypad_encoder(); lv_demo_keypad_encoder();
//lv_demo_printer(); //lv_demo_printer();
//lv_demo_stress(); //lv_demo_stress();
//lv_ex_get_started_1(); //lv_ex_get_started_1();
@ -91,9 +91,9 @@ int main(int argc, char** argv)
//lv_ex_img_1(); //lv_ex_img_1();
//lv_ex_tileview_1(); //lv_ex_tileview_1();
lv_holo_cubic_gui(); //lv_holo_cubic_gui();
lv_scr_load_anim(scr_2, LV_SCR_LOAD_ANIM_OVER_BOTTOM, 300, 5000, false); //lv_scr_load_anim(scr_2, LV_SCR_LOAD_ANIM_OVER_BOTTOM, 300, 5000, false);
while (1) while (1)