├── Cardputer bin ├── PIO Cardputer SD Card Configuration Loader │ ├── .gitignore │ ├── .vscode │ │ ├── extensions.json │ │ └── settings.json │ ├── include │ │ └── lv_conf.h │ ├── lib │ │ └── ui │ │ │ ├── library.properties │ │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── components │ │ │ │ └── ui_comp_hook.c │ │ │ ├── filelist.txt │ │ │ ├── fonts │ │ │ │ ├── ui_font_J20.c │ │ │ │ ├── ui_font_J35.c │ │ │ │ ├── ui_font_J60.c │ │ │ │ └── ui_font_J70.c │ │ │ ├── images │ │ │ │ ├── ui_img_images_battery_png.c │ │ │ │ ├── ui_img_images_button_checked_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_000_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_001_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_002_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_003_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_004_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_005_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_006_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_007_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_008_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_009_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_010_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_011_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_012_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_013_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_014_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_015_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_016_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_017_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_018_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_019_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_020_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_021_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_022_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_023_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_024_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_025_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_026_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_027_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_028_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_029_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_030_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_031_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_032_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_033_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_034_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_035_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_036_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_037_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_038_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_039_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_040_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_041_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_042_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_043_png.c │ │ │ │ ├── ui_img_images_data_png_frames_data_044_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_000_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_001_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_002_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_003_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_004_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_005_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_006_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_007_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_008_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_009_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_010_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_011_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_012_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_013_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_014_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_015_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_016_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_017_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_018_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_019_png.c │ │ │ │ ├── ui_img_images_gaming_png_frames_gaming_020_png.c │ │ │ │ ├── ui_img_images_thumpsup_thumpsup_00_png.c │ │ │ │ ├── ui_img_images_thumpsup_thumpsup_01_png.c │ │ │ │ ├── ui_img_images_thumpsup_thumpsup_02_png.c │ │ │ │ ├── ui_img_images_thumpsup_thumpsup_03_png.c │ │ │ │ ├── ui_img_images_thumpsup_thumpsup_04_png.c │ │ │ │ ├── ui_img_images_thumpsup_thumpsup_05_png.c │ │ │ │ ├── ui_img_images_thumpsup_thumpsup_06_png.c │ │ │ │ ├── ui_img_images_thumpsup_thumpsup_07_png.c │ │ │ │ ├── ui_img_images_thumpsup_thumpsup_08_png.c │ │ │ │ ├── ui_img_images_thumpsup_thumpsup_09_png.c │ │ │ │ ├── ui_img_images_thumpsup_thumpsup_10_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_000_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_001_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_002_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_003_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_004_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_005_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_006_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_007_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_008_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_009_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_010_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_011_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_012_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_013_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_014_png.c │ │ │ │ ├── ui_img_images_time_png_frames_time_015_png.c │ │ │ │ ├── ui_img_images_walking_walking_00_png.c │ │ │ │ ├── ui_img_images_walking_walking_01_png.c │ │ │ │ ├── ui_img_images_walking_walking_02_png.c │ │ │ │ ├── ui_img_images_walking_walking_03_png.c │ │ │ │ ├── ui_img_images_walking_walking_04_png.c │ │ │ │ ├── ui_img_images_walking_walking_05_png.c │ │ │ │ ├── ui_img_images_walking_walking_06_png.c │ │ │ │ ├── ui_img_images_walking_walking_07_png.c │ │ │ │ ├── ui_img_images_walking_walking_08_png.c │ │ │ │ ├── ui_img_images_walking_walking_09_png.c │ │ │ │ ├── ui_img_images_walking_walking_10_png.c │ │ │ │ ├── ui_img_images_walking_walking_11_png.c │ │ │ │ ├── ui_img_images_walking_walking_12_png.c │ │ │ │ ├── ui_img_images_walking_walking_13_png.c │ │ │ │ ├── ui_img_images_walking_walking_14_png.c │ │ │ │ ├── ui_img_images_walking_walking_15_png.c │ │ │ │ ├── ui_img_images_walking_walking_16_png.c │ │ │ │ ├── ui_img_images_walking_walking_17_png.c │ │ │ │ ├── ui_img_images_walking_walking_18_png.c │ │ │ │ ├── ui_img_images_walking_walking_19_png.c │ │ │ │ ├── ui_img_images_walking_walking_20_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_000_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_001_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_002_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_003_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_004_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_005_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_006_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_007_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_008_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_009_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_010_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_011_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_012_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_013_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_014_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_015_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_016_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_017_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_018_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_019_png.c │ │ │ │ ├── ui_img_images_weather_png_frames_weather_020_png.c │ │ │ │ └── ui_img_images_weather_png_frames_weather_021_png.c │ │ │ ├── readme.txt │ │ │ ├── screens │ │ │ │ └── ui_Screen1.c │ │ │ ├── ui.c │ │ │ ├── ui.h │ │ │ ├── ui_events.h │ │ │ ├── ui_helpers.c │ │ │ └── ui_helpers.h │ │ │ └── ui.h │ ├── platformio.ini │ └── src │ │ ├── Config.h │ │ ├── LEDHelper.cpp │ │ ├── LEDHelper.h │ │ ├── WeatherHelper.cpp │ │ ├── WeatherHelper.h │ │ ├── WiFiHelper.cpp │ │ ├── WiFiHelper.h │ │ └── main.cpp ├── PipBoy_Cardputer.bin ├── README.md └── config.txt ├── Elements └── IMG_2923.JPG ├── PIO Cardputer ├── .gitignore ├── .vscode │ ├── extensions.json │ └── settings.json ├── include │ └── lv_conf.h ├── lib │ └── ui │ │ ├── library.properties │ │ ├── src │ │ ├── CMakeLists.txt │ │ ├── components │ │ │ └── ui_comp_hook.c │ │ ├── filelist.txt │ │ ├── fonts │ │ │ ├── ui_font_J20.c │ │ │ ├── ui_font_J35.c │ │ │ ├── ui_font_J60.c │ │ │ └── ui_font_J70.c │ │ ├── images │ │ │ ├── ui_img_images_battery_png.c │ │ │ ├── ui_img_images_button_checked_png.c │ │ │ ├── ui_img_images_data_png_frames_data_000_png.c │ │ │ ├── ui_img_images_data_png_frames_data_001_png.c │ │ │ ├── ui_img_images_data_png_frames_data_002_png.c │ │ │ ├── ui_img_images_data_png_frames_data_003_png.c │ │ │ ├── ui_img_images_data_png_frames_data_004_png.c │ │ │ ├── ui_img_images_data_png_frames_data_005_png.c │ │ │ ├── ui_img_images_data_png_frames_data_006_png.c │ │ │ ├── ui_img_images_data_png_frames_data_007_png.c │ │ │ ├── ui_img_images_data_png_frames_data_008_png.c │ │ │ ├── ui_img_images_data_png_frames_data_009_png.c │ │ │ ├── ui_img_images_data_png_frames_data_010_png.c │ │ │ ├── ui_img_images_data_png_frames_data_011_png.c │ │ │ ├── ui_img_images_data_png_frames_data_012_png.c │ │ │ ├── ui_img_images_data_png_frames_data_013_png.c │ │ │ ├── ui_img_images_data_png_frames_data_014_png.c │ │ │ ├── ui_img_images_data_png_frames_data_015_png.c │ │ │ ├── ui_img_images_data_png_frames_data_016_png.c │ │ │ ├── ui_img_images_data_png_frames_data_017_png.c │ │ │ ├── ui_img_images_data_png_frames_data_018_png.c │ │ │ ├── ui_img_images_data_png_frames_data_019_png.c │ │ │ ├── ui_img_images_data_png_frames_data_020_png.c │ │ │ ├── ui_img_images_data_png_frames_data_021_png.c │ │ │ ├── ui_img_images_data_png_frames_data_022_png.c │ │ │ ├── ui_img_images_data_png_frames_data_023_png.c │ │ │ ├── ui_img_images_data_png_frames_data_024_png.c │ │ │ ├── ui_img_images_data_png_frames_data_025_png.c │ │ │ ├── ui_img_images_data_png_frames_data_026_png.c │ │ │ ├── ui_img_images_data_png_frames_data_027_png.c │ │ │ ├── ui_img_images_data_png_frames_data_028_png.c │ │ │ ├── ui_img_images_data_png_frames_data_029_png.c │ │ │ ├── ui_img_images_data_png_frames_data_030_png.c │ │ │ ├── ui_img_images_data_png_frames_data_031_png.c │ │ │ ├── ui_img_images_data_png_frames_data_032_png.c │ │ │ ├── ui_img_images_data_png_frames_data_033_png.c │ │ │ ├── ui_img_images_data_png_frames_data_034_png.c │ │ │ ├── ui_img_images_data_png_frames_data_035_png.c │ │ │ ├── ui_img_images_data_png_frames_data_036_png.c │ │ │ ├── ui_img_images_data_png_frames_data_037_png.c │ │ │ ├── ui_img_images_data_png_frames_data_038_png.c │ │ │ ├── ui_img_images_data_png_frames_data_039_png.c │ │ │ ├── ui_img_images_data_png_frames_data_040_png.c │ │ │ ├── ui_img_images_data_png_frames_data_041_png.c │ │ │ ├── ui_img_images_data_png_frames_data_042_png.c │ │ │ ├── ui_img_images_data_png_frames_data_043_png.c │ │ │ ├── ui_img_images_data_png_frames_data_044_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_000_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_001_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_002_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_003_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_004_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_005_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_006_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_007_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_008_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_009_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_010_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_011_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_012_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_013_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_014_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_015_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_016_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_017_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_018_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_019_png.c │ │ │ ├── ui_img_images_gaming_png_frames_gaming_020_png.c │ │ │ ├── ui_img_images_thumpsup_thumpsup_00_png.c │ │ │ ├── ui_img_images_thumpsup_thumpsup_01_png.c │ │ │ ├── ui_img_images_thumpsup_thumpsup_02_png.c │ │ │ ├── ui_img_images_thumpsup_thumpsup_03_png.c │ │ │ ├── ui_img_images_thumpsup_thumpsup_04_png.c │ │ │ ├── ui_img_images_thumpsup_thumpsup_05_png.c │ │ │ ├── ui_img_images_thumpsup_thumpsup_06_png.c │ │ │ ├── ui_img_images_thumpsup_thumpsup_07_png.c │ │ │ ├── ui_img_images_thumpsup_thumpsup_08_png.c │ │ │ ├── ui_img_images_thumpsup_thumpsup_09_png.c │ │ │ ├── ui_img_images_thumpsup_thumpsup_10_png.c │ │ │ ├── ui_img_images_time_png_frames_time_000_png.c │ │ │ ├── ui_img_images_time_png_frames_time_001_png.c │ │ │ ├── ui_img_images_time_png_frames_time_002_png.c │ │ │ ├── ui_img_images_time_png_frames_time_003_png.c │ │ │ ├── ui_img_images_time_png_frames_time_004_png.c │ │ │ ├── ui_img_images_time_png_frames_time_005_png.c │ │ │ ├── ui_img_images_time_png_frames_time_006_png.c │ │ │ ├── ui_img_images_time_png_frames_time_007_png.c │ │ │ ├── ui_img_images_time_png_frames_time_008_png.c │ │ │ ├── ui_img_images_time_png_frames_time_009_png.c │ │ │ ├── ui_img_images_time_png_frames_time_010_png.c │ │ │ ├── ui_img_images_time_png_frames_time_011_png.c │ │ │ ├── ui_img_images_time_png_frames_time_012_png.c │ │ │ ├── ui_img_images_time_png_frames_time_013_png.c │ │ │ ├── ui_img_images_time_png_frames_time_014_png.c │ │ │ ├── ui_img_images_time_png_frames_time_015_png.c │ │ │ ├── ui_img_images_walking_walking_00_png.c │ │ │ ├── ui_img_images_walking_walking_01_png.c │ │ │ ├── ui_img_images_walking_walking_02_png.c │ │ │ ├── ui_img_images_walking_walking_03_png.c │ │ │ ├── ui_img_images_walking_walking_04_png.c │ │ │ ├── ui_img_images_walking_walking_05_png.c │ │ │ ├── ui_img_images_walking_walking_06_png.c │ │ │ ├── ui_img_images_walking_walking_07_png.c │ │ │ ├── ui_img_images_walking_walking_08_png.c │ │ │ ├── ui_img_images_walking_walking_09_png.c │ │ │ ├── ui_img_images_walking_walking_10_png.c │ │ │ ├── ui_img_images_walking_walking_11_png.c │ │ │ ├── ui_img_images_walking_walking_12_png.c │ │ │ ├── ui_img_images_walking_walking_13_png.c │ │ │ ├── ui_img_images_walking_walking_14_png.c │ │ │ ├── ui_img_images_walking_walking_15_png.c │ │ │ ├── ui_img_images_walking_walking_16_png.c │ │ │ ├── ui_img_images_walking_walking_17_png.c │ │ │ ├── ui_img_images_walking_walking_18_png.c │ │ │ ├── ui_img_images_walking_walking_19_png.c │ │ │ ├── ui_img_images_walking_walking_20_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_000_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_001_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_002_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_003_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_004_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_005_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_006_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_007_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_008_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_009_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_010_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_011_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_012_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_013_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_014_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_015_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_016_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_017_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_018_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_019_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_020_png.c │ │ │ └── ui_img_images_weather_png_frames_weather_021_png.c │ │ ├── readme.txt │ │ ├── screens │ │ │ └── ui_Screen1.c │ │ ├── ui.c │ │ ├── ui.h │ │ ├── ui_events.h │ │ ├── ui_helpers.c │ │ └── ui_helpers.h │ │ └── ui.h ├── platformio.ini └── src │ ├── Config.h │ ├── LEDHelper.cpp │ ├── LEDHelper.h │ ├── WeatherHelper.cpp │ ├── WeatherHelper.h │ ├── WiFiHelper.cpp │ ├── WiFiHelper.h │ └── main.cpp ├── PIO Lilygo 1.64 ├── lib │ ├── Arduino_DriveBus-1.1.8 │ │ ├── library.properties │ │ └── src │ │ │ ├── Arduino_DriveBus.cpp │ │ │ ├── Arduino_DriveBus.h │ │ │ ├── Arduino_DriveBus_Library.cpp │ │ │ ├── Arduino_DriveBus_Library.h │ │ │ ├── Arduino_IIC.cpp │ │ │ ├── Arduino_IIC.h │ │ │ ├── Arduino_IIC_Chip.cpp │ │ │ ├── Arduino_IIC_Chip.h │ │ │ ├── Arduino_IIS.cpp │ │ │ ├── Arduino_IIS.h │ │ │ ├── hardware │ │ │ ├── Arduino_HWIIC.cpp │ │ │ ├── Arduino_HWIIC.h │ │ │ ├── Arduino_HWIIS.cpp │ │ │ └── Arduino_HWIIS.h │ │ │ ├── iis_chip │ │ │ ├── Arduino_Amplifier.cpp │ │ │ ├── Arduino_Amplifier.h │ │ │ ├── Arduino_MEMS.cpp │ │ │ └── Arduino_MEMS.h │ │ │ ├── imu_chip │ │ │ ├── Arduino_LSM6DSL.cpp │ │ │ └── Arduino_LSM6DSL.h │ │ │ ├── power_chip │ │ │ ├── Arduino_ETA4662.cpp │ │ │ ├── Arduino_ETA4662.h │ │ │ ├── Arduino_SY6970.cpp │ │ │ └── Arduino_SY6970.h │ │ │ └── touch_chip │ │ │ ├── Arduino_CST2xxSE.cpp │ │ │ ├── Arduino_CST2xxSE.h │ │ │ ├── Arduino_CST816x.cpp │ │ │ ├── Arduino_CST816x.h │ │ │ ├── Arduino_FT3x68.cpp │ │ │ └── Arduino_FT3x68.h │ ├── Arduino_GFX-1.3.7 │ │ ├── library.properties │ │ └── src │ │ │ ├── Arduino_DataBus.cpp │ │ │ ├── Arduino_DataBus.h │ │ │ ├── Arduino_G.cpp │ │ │ ├── Arduino_G.h │ │ │ ├── Arduino_GFX.cpp │ │ │ ├── Arduino_GFX.h │ │ │ ├── Arduino_GFX_Library.cpp │ │ │ ├── Arduino_GFX_Library.h │ │ │ ├── Arduino_TFT.cpp │ │ │ ├── Arduino_TFT.h │ │ │ ├── Arduino_TFT_18bit.cpp │ │ │ ├── Arduino_TFT_18bit.h │ │ │ ├── canvas │ │ │ ├── Arduino_Canvas.cpp │ │ │ ├── Arduino_Canvas.h │ │ │ ├── Arduino_Canvas_3bit.cpp │ │ │ ├── Arduino_Canvas_3bit.h │ │ │ ├── Arduino_Canvas_Indexed.cpp │ │ │ ├── Arduino_Canvas_Indexed.h │ │ │ ├── Arduino_Canvas_Mono.cpp │ │ │ └── Arduino_Canvas_Mono.h │ │ │ ├── databus │ │ │ ├── Arduino_AVRPAR16.cpp │ │ │ ├── Arduino_AVRPAR16.h │ │ │ ├── Arduino_AVRPAR8.cpp │ │ │ ├── Arduino_AVRPAR8.h │ │ │ ├── Arduino_ESP32LCD16.cpp │ │ │ ├── Arduino_ESP32LCD16.h │ │ │ ├── Arduino_ESP32LCD8.cpp │ │ │ ├── Arduino_ESP32LCD8.h │ │ │ ├── Arduino_ESP32PAR16.cpp │ │ │ ├── Arduino_ESP32PAR16.h │ │ │ ├── Arduino_ESP32PAR16Q.cpp │ │ │ ├── Arduino_ESP32PAR16Q.h │ │ │ ├── Arduino_ESP32PAR16QQ.cpp │ │ │ ├── Arduino_ESP32PAR16QQ.h │ │ │ ├── Arduino_ESP32PAR8.cpp │ │ │ ├── Arduino_ESP32PAR8.h │ │ │ ├── Arduino_ESP32PAR8Q.cpp │ │ │ ├── Arduino_ESP32PAR8Q.h │ │ │ ├── Arduino_ESP32PAR8QQ.cpp │ │ │ ├── Arduino_ESP32PAR8QQ.h │ │ │ ├── Arduino_ESP32PAR8QQQ.cpp │ │ │ ├── Arduino_ESP32PAR8QQQ.h │ │ │ ├── Arduino_ESP32QSPI.cpp │ │ │ ├── Arduino_ESP32QSPI.h │ │ │ ├── Arduino_ESP32RGBPanel.cpp │ │ │ ├── Arduino_ESP32RGBPanel.h │ │ │ ├── Arduino_ESP32S2PAR16.cpp │ │ │ ├── Arduino_ESP32S2PAR16.h │ │ │ ├── Arduino_ESP32S2PAR16Q.cpp │ │ │ ├── Arduino_ESP32S2PAR16Q.h │ │ │ ├── Arduino_ESP32S2PAR8.cpp │ │ │ ├── Arduino_ESP32S2PAR8.h │ │ │ ├── Arduino_ESP32S2PAR8Q.cpp │ │ │ ├── Arduino_ESP32S2PAR8Q.h │ │ │ ├── Arduino_ESP32SPI.cpp │ │ │ ├── Arduino_ESP32SPI.h │ │ │ ├── Arduino_ESP32SPIDMA.cpp │ │ │ ├── Arduino_ESP32SPIDMA.h │ │ │ ├── Arduino_ESP8266SPI.cpp │ │ │ ├── Arduino_ESP8266SPI.h │ │ │ ├── Arduino_HWSPI.cpp │ │ │ ├── Arduino_HWSPI.h │ │ │ ├── Arduino_NRFXSPI.cpp │ │ │ ├── Arduino_NRFXSPI.h │ │ │ ├── Arduino_RPiPicoPAR16.cpp │ │ │ ├── Arduino_RPiPicoPAR16.h │ │ │ ├── Arduino_RPiPicoPAR8.cpp │ │ │ ├── Arduino_RPiPicoPAR8.h │ │ │ ├── Arduino_RPiPicoSPI.cpp │ │ │ ├── Arduino_RPiPicoSPI.h │ │ │ ├── Arduino_RTLPAR8.cpp │ │ │ ├── Arduino_RTLPAR8.h │ │ │ ├── Arduino_STM32PAR8.cpp │ │ │ ├── Arduino_STM32PAR8.h │ │ │ ├── Arduino_SWPAR16.cpp │ │ │ ├── Arduino_SWPAR16.h │ │ │ ├── Arduino_SWPAR8.cpp │ │ │ ├── Arduino_SWPAR8.h │ │ │ ├── Arduino_SWSPI.cpp │ │ │ ├── Arduino_SWSPI.h │ │ │ ├── Arduino_XL9535SWSPI.cpp │ │ │ ├── Arduino_XL9535SWSPI.h │ │ │ ├── Arduino_mbedSPI.cpp │ │ │ └── Arduino_mbedSPI.h │ │ │ ├── display │ │ │ ├── Arduino_CO5300.cpp │ │ │ ├── Arduino_CO5300.h │ │ │ ├── Arduino_GC9106.cpp │ │ │ ├── Arduino_GC9106.h │ │ │ ├── Arduino_GC9107.cpp │ │ │ ├── Arduino_GC9107.h │ │ │ ├── Arduino_GC9A01.cpp │ │ │ ├── Arduino_GC9A01.h │ │ │ ├── Arduino_HX8347C.cpp │ │ │ ├── Arduino_HX8347C.h │ │ │ ├── Arduino_HX8347D.cpp │ │ │ ├── Arduino_HX8347D.h │ │ │ ├── Arduino_HX8352C.cpp │ │ │ ├── Arduino_HX8352C.h │ │ │ ├── Arduino_HX8357A.cpp │ │ │ ├── Arduino_HX8357A.h │ │ │ ├── Arduino_HX8357B.cpp │ │ │ ├── Arduino_HX8357B.h │ │ │ ├── Arduino_HX8369A.cpp │ │ │ ├── Arduino_HX8369A.h │ │ │ ├── Arduino_ILI9225.cpp │ │ │ ├── Arduino_ILI9225.h │ │ │ ├── Arduino_ILI9331.cpp │ │ │ ├── Arduino_ILI9331.h │ │ │ ├── Arduino_ILI9341.cpp │ │ │ ├── Arduino_ILI9341.h │ │ │ ├── Arduino_ILI9342.cpp │ │ │ ├── Arduino_ILI9342.h │ │ │ ├── Arduino_ILI9481_18bit.cpp │ │ │ ├── Arduino_ILI9481_18bit.h │ │ │ ├── Arduino_ILI9486.cpp │ │ │ ├── Arduino_ILI9486.h │ │ │ ├── Arduino_ILI9486_18bit.cpp │ │ │ ├── Arduino_ILI9486_18bit.h │ │ │ ├── Arduino_ILI9488.cpp │ │ │ ├── Arduino_ILI9488.h │ │ │ ├── Arduino_ILI9488_18bit.cpp │ │ │ ├── Arduino_ILI9488_18bit.h │ │ │ ├── Arduino_ILI9488_3bit.cpp │ │ │ ├── Arduino_ILI9488_3bit.h │ │ │ ├── Arduino_ILI9806.cpp │ │ │ ├── Arduino_ILI9806.h │ │ │ ├── Arduino_JBT6K71.cpp │ │ │ ├── Arduino_JBT6K71.h │ │ │ ├── Arduino_NT35310.cpp │ │ │ ├── Arduino_NT35310.h │ │ │ ├── Arduino_NT35510.cpp │ │ │ ├── Arduino_NT35510.h │ │ │ ├── Arduino_NT39125.cpp │ │ │ ├── Arduino_NT39125.h │ │ │ ├── Arduino_NV3041A.cpp │ │ │ ├── Arduino_NV3041A.h │ │ │ ├── Arduino_OTM8009A.cpp │ │ │ ├── Arduino_OTM8009A.h │ │ │ ├── Arduino_R61529.cpp │ │ │ ├── Arduino_R61529.h │ │ │ ├── Arduino_RGB_Display.cpp │ │ │ ├── Arduino_RGB_Display.h │ │ │ ├── Arduino_RM67162.cpp │ │ │ ├── Arduino_RM67162.h │ │ │ ├── Arduino_SEPS525.cpp │ │ │ ├── Arduino_SEPS525.h │ │ │ ├── Arduino_SH8601.cpp │ │ │ ├── Arduino_SH8601.h │ │ │ ├── Arduino_SSD1283A.cpp │ │ │ ├── Arduino_SSD1283A.h │ │ │ ├── Arduino_SSD1331.cpp │ │ │ ├── Arduino_SSD1331.h │ │ │ ├── Arduino_SSD1351.cpp │ │ │ ├── Arduino_SSD1351.h │ │ │ ├── Arduino_ST7735.cpp │ │ │ ├── Arduino_ST7735.h │ │ │ ├── Arduino_ST7789.cpp │ │ │ ├── Arduino_ST7789.h │ │ │ ├── Arduino_ST7796.cpp │ │ │ └── Arduino_ST7796.h │ │ │ ├── font │ │ │ ├── chinese4.list │ │ │ ├── glcdfont.h │ │ │ ├── u8g2_font_chill7_h_cjk.h │ │ │ ├── u8g2_font_cubic11_h_cjk.h │ │ │ ├── u8g2_font_quan7_h_cjk.h │ │ │ ├── u8g2_font_unifont_h_utf8.h │ │ │ ├── u8g2_font_unifont_t_chinese.h │ │ │ ├── u8g2_font_unifont_t_chinese4.h │ │ │ └── u8g2_font_unifont_t_cjk.h │ │ │ └── gfxfont.h │ ├── Mylibrary │ │ └── pin_config.h │ ├── lv_conf.h │ ├── lvgl │ │ ├── .codecov.yml │ │ ├── .editorconfig │ │ ├── .github │ │ │ ├── FUNDING.yml │ │ │ ├── ISSUE_TEMPLATE │ │ │ │ ├── bug-report.md │ │ │ │ ├── config.yml │ │ │ │ └── dev-discussion.md │ │ │ ├── auto-comment.yml │ │ │ ├── pull_request_template.md │ │ │ └── workflows │ │ │ │ ├── arduino.yml │ │ │ │ ├── build_micropython.yml │ │ │ │ ├── ccpp.yml │ │ │ │ ├── check_conf.yml │ │ │ │ ├── check_style.yml │ │ │ │ ├── close_old_issues.yml │ │ │ │ ├── compile_docs.yml │ │ │ │ ├── esp_upload_component.yml │ │ │ │ ├── main.yml │ │ │ │ ├── makefile.yml │ │ │ │ └── release.yml │ │ ├── .gitignore │ │ ├── .pre-commit-config.yaml │ │ ├── CMakeLists.txt │ │ ├── Kconfig │ │ ├── LICENCE.txt │ │ ├── README.md │ │ ├── README_pt_BR.md │ │ ├── README_zh.md │ │ ├── SConscript │ │ ├── component.mk │ │ ├── demos │ │ │ ├── README.md │ │ │ ├── benchmark │ │ │ │ ├── README.md │ │ │ │ ├── assets │ │ │ │ │ ├── img_benchmark_cogwheel_alpha16.c │ │ │ │ │ ├── img_benchmark_cogwheel_argb.c │ │ │ │ │ ├── img_benchmark_cogwheel_chroma_keyed.c │ │ │ │ │ ├── img_benchmark_cogwheel_indexed16.c │ │ │ │ │ ├── img_benchmark_cogwheel_rgb.c │ │ │ │ │ ├── img_benchmark_cogwheel_rgb565a8.c │ │ │ │ │ ├── img_cogwheel_argb.png │ │ │ │ │ ├── img_cogwheel_chroma_keyed.png │ │ │ │ │ ├── img_cogwheel_indexed16.png │ │ │ │ │ ├── img_cogwheel_rgb.png │ │ │ │ │ ├── lv_font_bechmark_montserrat_12_compr_az.c.c │ │ │ │ │ ├── lv_font_bechmark_montserrat_16_compr_az.c.c │ │ │ │ │ └── lv_font_bechmark_montserrat_28_compr_az.c.c │ │ │ │ ├── lv_demo_benchmark.c │ │ │ │ ├── lv_demo_benchmark.h │ │ │ │ ├── screenshot1.png │ │ │ │ └── screenshot2.png │ │ │ ├── keypad_encoder │ │ │ │ ├── README.md │ │ │ │ ├── lv_demo_keypad_encoder.c │ │ │ │ ├── lv_demo_keypad_encoder.h │ │ │ │ ├── screenshot1.gif │ │ │ │ └── screenshot1.png │ │ │ ├── lv_demos.h │ │ │ ├── lv_demos.mk │ │ │ ├── music │ │ │ │ ├── README.md │ │ │ │ ├── assets │ │ │ │ │ ├── img_lv_demo_music_btn_corner_large.c │ │ │ │ │ ├── img_lv_demo_music_btn_list_pause.c │ │ │ │ │ ├── img_lv_demo_music_btn_list_pause_large.c │ │ │ │ │ ├── img_lv_demo_music_btn_list_play.c │ │ │ │ │ ├── img_lv_demo_music_btn_list_play_large.c │ │ │ │ │ ├── img_lv_demo_music_btn_loop.c │ │ │ │ │ ├── img_lv_demo_music_btn_loop_large.c │ │ │ │ │ ├── img_lv_demo_music_btn_next.c │ │ │ │ │ ├── img_lv_demo_music_btn_next_large.c │ │ │ │ │ ├── img_lv_demo_music_btn_pause.c │ │ │ │ │ ├── img_lv_demo_music_btn_pause_large.c │ │ │ │ │ ├── img_lv_demo_music_btn_play.c │ │ │ │ │ ├── img_lv_demo_music_btn_play_large.c │ │ │ │ │ ├── img_lv_demo_music_btn_prev.c │ │ │ │ │ ├── img_lv_demo_music_btn_prev_large.c │ │ │ │ │ ├── img_lv_demo_music_btn_rnd.c │ │ │ │ │ ├── img_lv_demo_music_btn_rnd_large.c │ │ │ │ │ ├── img_lv_demo_music_corner_left.c │ │ │ │ │ ├── img_lv_demo_music_corner_left_large.c │ │ │ │ │ ├── img_lv_demo_music_corner_right.c │ │ │ │ │ ├── img_lv_demo_music_corner_right_large.c │ │ │ │ │ ├── img_lv_demo_music_cover_1.c │ │ │ │ │ ├── img_lv_demo_music_cover_1_large.c │ │ │ │ │ ├── img_lv_demo_music_cover_2.c │ │ │ │ │ ├── img_lv_demo_music_cover_2_large.c │ │ │ │ │ ├── img_lv_demo_music_cover_3.c │ │ │ │ │ ├── img_lv_demo_music_cover_3_large.c │ │ │ │ │ ├── img_lv_demo_music_icon_1.c │ │ │ │ │ ├── img_lv_demo_music_icon_1_large.c │ │ │ │ │ ├── img_lv_demo_music_icon_2.c │ │ │ │ │ ├── img_lv_demo_music_icon_2_large.c │ │ │ │ │ ├── img_lv_demo_music_icon_3.c │ │ │ │ │ ├── img_lv_demo_music_icon_3_large.c │ │ │ │ │ ├── img_lv_demo_music_icon_4.c │ │ │ │ │ ├── img_lv_demo_music_icon_4_large.c │ │ │ │ │ ├── img_lv_demo_music_list_border.c │ │ │ │ │ ├── img_lv_demo_music_list_border_large.c │ │ │ │ │ ├── img_lv_demo_music_logo.c │ │ │ │ │ ├── img_lv_demo_music_slider_knob.c │ │ │ │ │ ├── img_lv_demo_music_slider_knob_large.c │ │ │ │ │ ├── img_lv_demo_music_wave_bottom.c │ │ │ │ │ ├── img_lv_demo_music_wave_bottom_large.c │ │ │ │ │ ├── img_lv_demo_music_wave_top.c │ │ │ │ │ ├── img_lv_demo_music_wave_top_large.c │ │ │ │ │ ├── spectrum.py │ │ │ │ │ ├── spectrum_1.h │ │ │ │ │ ├── spectrum_2.h │ │ │ │ │ └── spectrum_3.h │ │ │ │ ├── lv_demo_music.c │ │ │ │ ├── lv_demo_music.h │ │ │ │ ├── lv_demo_music_list.c │ │ │ │ ├── lv_demo_music_list.h │ │ │ │ ├── lv_demo_music_main.c │ │ │ │ ├── lv_demo_music_main.h │ │ │ │ └── screenshot1.gif │ │ │ ├── stress │ │ │ │ ├── README.md │ │ │ │ ├── lv_demo_stress.c │ │ │ │ ├── lv_demo_stress.h │ │ │ │ ├── screenshot1.gif │ │ │ │ └── screenshot1.png │ │ │ └── widgets │ │ │ │ ├── assets │ │ │ │ ├── avatar.png │ │ │ │ ├── clothes.png │ │ │ │ ├── img_clothes.c │ │ │ │ ├── img_demo_widgets_avatar.c │ │ │ │ ├── img_lvgl_logo.c │ │ │ │ └── lvgl_logo.png │ │ │ │ ├── lv_demo_widgets.c │ │ │ │ ├── lv_demo_widgets.h │ │ │ │ ├── lv_demo_widgets.py │ │ │ │ ├── screenshot1.gif │ │ │ │ └── screenshot1.png │ │ ├── docs │ │ │ ├── CHANGELOG.md │ │ │ ├── CODE_OF_CONDUCT.md │ │ │ ├── CODING_STYLE.md │ │ │ ├── CONTRIBUTING.md │ │ │ ├── ROADMAP.md │ │ │ ├── _ext │ │ │ │ └── lv_example.py │ │ │ ├── _static │ │ │ │ ├── css │ │ │ │ │ ├── custom.css │ │ │ │ │ └── fontawesome.min.css │ │ │ │ ├── img │ │ │ │ │ ├── home_1.png │ │ │ │ │ ├── home_2.png │ │ │ │ │ ├── home_3.png │ │ │ │ │ ├── home_4.png │ │ │ │ │ ├── home_5.png │ │ │ │ │ ├── home_6.png │ │ │ │ │ └── home_banner.jpg │ │ │ │ └── js │ │ │ │ │ └── custom.js │ │ │ ├── _templates │ │ │ │ ├── layout.html │ │ │ │ └── page.html │ │ │ ├── build.py │ │ │ ├── conf.py │ │ │ ├── example_list.py │ │ │ ├── favicon.png │ │ │ ├── get-started │ │ │ │ ├── bindings │ │ │ │ │ ├── cpp.md │ │ │ │ │ ├── index.md │ │ │ │ │ └── micropython.md │ │ │ │ ├── index.md │ │ │ │ ├── os │ │ │ │ │ ├── freertos.md │ │ │ │ │ ├── index.md │ │ │ │ │ ├── nuttx.md │ │ │ │ │ ├── rt-thread.md │ │ │ │ │ └── zephyr.md │ │ │ │ ├── platforms │ │ │ │ │ ├── arduino.md │ │ │ │ │ ├── cmake.md │ │ │ │ │ ├── espressif.md │ │ │ │ │ ├── index.md │ │ │ │ │ ├── nxp.md │ │ │ │ │ ├── pc-simulator.md │ │ │ │ │ ├── renesas.md │ │ │ │ │ ├── stm32.md │ │ │ │ │ └── tasmota-berry.md │ │ │ │ └── quick-overview.md │ │ │ ├── index.md │ │ │ ├── intro │ │ │ │ └── index.md │ │ │ ├── layouts │ │ │ │ ├── flex.md │ │ │ │ ├── grid.md │ │ │ │ └── index.md │ │ │ ├── libs │ │ │ │ ├── bmp.md │ │ │ │ ├── ffmpeg.md │ │ │ │ ├── freetype.md │ │ │ │ ├── fsdrv.md │ │ │ │ ├── gif.md │ │ │ │ ├── index.md │ │ │ │ ├── png.md │ │ │ │ ├── qrcode.md │ │ │ │ ├── rlottie.md │ │ │ │ ├── sjpg.md │ │ │ │ └── tiny_ttf.md │ │ │ ├── logo_lvgl.png │ │ │ ├── misc │ │ │ │ ├── align.png │ │ │ │ ├── anim-timeline.png │ │ │ │ ├── bidi.png │ │ │ │ ├── boxmodel.png │ │ │ │ ├── btn_example.png │ │ │ │ ├── codeblocks.jpg │ │ │ │ ├── eclipse.jpg │ │ │ │ ├── layers.png │ │ │ │ ├── par_child1.png │ │ │ │ ├── par_child2.png │ │ │ │ ├── par_child3.png │ │ │ │ ├── platformio.jpg │ │ │ │ ├── qtcreator.jpg │ │ │ │ ├── simple_button_example.gif │ │ │ │ ├── simple_button_example.png │ │ │ │ ├── symbols.png │ │ │ │ ├── sys.png │ │ │ │ └── visualstudio.jpg │ │ │ ├── others │ │ │ │ ├── fragment.md │ │ │ │ ├── gridnav.md │ │ │ │ ├── ime_pinyin.md │ │ │ │ ├── imgfont.md │ │ │ │ ├── index.md │ │ │ │ ├── monkey.md │ │ │ │ ├── msg.md │ │ │ │ └── snapshot.md │ │ │ ├── overview │ │ │ │ ├── animation.md │ │ │ │ ├── color.md │ │ │ │ ├── coords.md │ │ │ │ ├── display.md │ │ │ │ ├── drawing.md │ │ │ │ ├── event.md │ │ │ │ ├── file-system.md │ │ │ │ ├── font.md │ │ │ │ ├── image.md │ │ │ │ ├── indev.md │ │ │ │ ├── index.md │ │ │ │ ├── layer.md │ │ │ │ ├── new_widget.md │ │ │ │ ├── object.md │ │ │ │ ├── renderers │ │ │ │ │ ├── arm-2d.md │ │ │ │ │ ├── dma2d.md │ │ │ │ │ ├── index.md │ │ │ │ │ ├── pxp-vglite.md │ │ │ │ │ ├── sdl.md │ │ │ │ │ └── sw.md │ │ │ │ ├── scroll.md │ │ │ │ ├── style-props.md │ │ │ │ ├── style.md │ │ │ │ └── timer.md │ │ │ ├── porting │ │ │ │ ├── display.md │ │ │ │ ├── gpu.md │ │ │ │ ├── indev.md │ │ │ │ ├── index.md │ │ │ │ ├── log.md │ │ │ │ ├── os.md │ │ │ │ ├── project.md │ │ │ │ ├── sleep.md │ │ │ │ ├── tick.md │ │ │ │ └── timer-handler.md │ │ │ ├── requirements.txt │ │ │ └── widgets │ │ │ │ ├── core │ │ │ │ ├── arc.md │ │ │ │ ├── bar.md │ │ │ │ ├── btn.md │ │ │ │ ├── btnmatrix.md │ │ │ │ ├── canvas.md │ │ │ │ ├── checkbox.md │ │ │ │ ├── dropdown.md │ │ │ │ ├── img.md │ │ │ │ ├── index.md │ │ │ │ ├── label.md │ │ │ │ ├── line.md │ │ │ │ ├── roller.md │ │ │ │ ├── slider.md │ │ │ │ ├── switch.md │ │ │ │ ├── table.md │ │ │ │ └── textarea.md │ │ │ │ ├── extra │ │ │ │ ├── animimg.md │ │ │ │ ├── calendar.md │ │ │ │ ├── chart.md │ │ │ │ ├── colorwheel.md │ │ │ │ ├── imgbtn.md │ │ │ │ ├── index.md │ │ │ │ ├── keyboard.md │ │ │ │ ├── led.md │ │ │ │ ├── list.md │ │ │ │ ├── menu.md │ │ │ │ ├── meter.md │ │ │ │ ├── msgbox.md │ │ │ │ ├── span.md │ │ │ │ ├── spinbox.md │ │ │ │ ├── spinner.md │ │ │ │ ├── tabview.md │ │ │ │ ├── tileview.md │ │ │ │ └── win.md │ │ │ │ ├── index.md │ │ │ │ └── obj.md │ │ ├── env_support │ │ │ ├── cmake │ │ │ │ ├── custom.cmake │ │ │ │ ├── esp.cmake │ │ │ │ ├── micropython.cmake │ │ │ │ └── zephyr.cmake │ │ │ ├── cmsis-pack │ │ │ │ ├── LVGL.lvgl.8.3.11.pack │ │ │ │ ├── LVGL.lvgl.pdsc │ │ │ │ ├── LVGL.pidx │ │ │ │ ├── README.md │ │ │ │ ├── gen_pack.sh │ │ │ │ ├── lv_cmsis_pack.txt │ │ │ │ └── lv_conf_cmsis.h │ │ │ ├── rt-thread │ │ │ │ ├── SConscript │ │ │ │ ├── lv_rt_thread_conf.h │ │ │ │ ├── lv_rt_thread_port.c │ │ │ │ └── squareline │ │ │ │ │ ├── README.md │ │ │ │ │ ├── SConscript │ │ │ │ │ ├── lv_ui_entry.c │ │ │ │ │ └── ui │ │ │ │ │ └── lvgl │ │ │ │ │ └── lvgl.h │ │ │ └── zephyr │ │ │ │ └── module.yml │ │ ├── examples │ │ │ ├── anim │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_anim.h │ │ │ │ ├── lv_example_anim_1.c │ │ │ │ ├── lv_example_anim_1.py │ │ │ │ ├── lv_example_anim_2.c │ │ │ │ ├── lv_example_anim_2.py │ │ │ │ ├── lv_example_anim_3.c │ │ │ │ ├── lv_example_anim_3.py │ │ │ │ ├── lv_example_anim_timeline_1.c │ │ │ │ └── lv_example_anim_timeline_1.py │ │ │ ├── arduino │ │ │ │ └── LVGL_Arduino │ │ │ │ │ └── LVGL_Arduino.ino │ │ │ ├── assets │ │ │ │ ├── animimg001.c │ │ │ │ ├── animimg001.png │ │ │ │ ├── animimg002.c │ │ │ │ ├── animimg002.png │ │ │ │ ├── animimg003.c │ │ │ │ ├── animimg003.png │ │ │ │ ├── caret_down.png │ │ │ │ ├── emoji │ │ │ │ │ ├── F600.png │ │ │ │ │ └── img_emoji_F617.c │ │ │ │ ├── font │ │ │ │ │ ├── lv_font_simsun_16_cjk.fnt │ │ │ │ │ ├── montserrat-16.fnt │ │ │ │ │ └── montserrat-22.fnt │ │ │ │ ├── img_caret_down.c │ │ │ │ ├── img_caret_down.png │ │ │ │ ├── img_cogwheel_alpha16.c │ │ │ │ ├── img_cogwheel_argb.c │ │ │ │ ├── img_cogwheel_argb.png │ │ │ │ ├── img_cogwheel_chroma_keyed.c │ │ │ │ ├── img_cogwheel_chroma_keyed.png │ │ │ │ ├── img_cogwheel_indexed16.c │ │ │ │ ├── img_cogwheel_indexed16.png │ │ │ │ ├── img_cogwheel_rgb.c │ │ │ │ ├── img_cogwheel_rgb.png │ │ │ │ ├── img_hand.c │ │ │ │ ├── img_hand_hour.png │ │ │ │ ├── img_hand_min.png │ │ │ │ ├── img_skew_strip.c │ │ │ │ ├── img_skew_strip.png │ │ │ │ ├── img_skew_strip_80x20_argb8888.fnt │ │ │ │ ├── img_star.c │ │ │ │ ├── img_star.png │ │ │ │ ├── img_strip.png │ │ │ │ ├── imgbtn_left.c │ │ │ │ ├── imgbtn_left.png │ │ │ │ ├── imgbtn_mid.c │ │ │ │ ├── imgbtn_mid.png │ │ │ │ ├── imgbtn_right.c │ │ │ │ └── imgbtn_right.png │ │ │ ├── event │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_event.h │ │ │ │ ├── lv_example_event_1.c │ │ │ │ ├── lv_example_event_1.py │ │ │ │ ├── lv_example_event_2.c │ │ │ │ ├── lv_example_event_2.py │ │ │ │ ├── lv_example_event_3.c │ │ │ │ ├── lv_example_event_3.py │ │ │ │ └── lv_example_event_4.c │ │ │ ├── get_started │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_get_started.h │ │ │ │ ├── lv_example_get_started_1.c │ │ │ │ ├── lv_example_get_started_1.py │ │ │ │ ├── lv_example_get_started_2.c │ │ │ │ ├── lv_example_get_started_2.py │ │ │ │ ├── lv_example_get_started_3.c │ │ │ │ └── lv_example_get_started_3.py │ │ │ ├── header.py │ │ │ ├── layouts │ │ │ │ ├── flex │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_flex.h │ │ │ │ │ ├── lv_example_flex_1.c │ │ │ │ │ ├── lv_example_flex_1.py │ │ │ │ │ ├── lv_example_flex_2.c │ │ │ │ │ ├── lv_example_flex_2.py │ │ │ │ │ ├── lv_example_flex_3.c │ │ │ │ │ ├── lv_example_flex_3.py │ │ │ │ │ ├── lv_example_flex_4.c │ │ │ │ │ ├── lv_example_flex_4.py │ │ │ │ │ ├── lv_example_flex_5.c │ │ │ │ │ ├── lv_example_flex_5.py │ │ │ │ │ ├── lv_example_flex_6.c │ │ │ │ │ └── lv_example_flex_6.py │ │ │ │ ├── grid │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_grid.h │ │ │ │ │ ├── lv_example_grid_1.c │ │ │ │ │ ├── lv_example_grid_1.py │ │ │ │ │ ├── lv_example_grid_2.c │ │ │ │ │ ├── lv_example_grid_2.py │ │ │ │ │ ├── lv_example_grid_3.c │ │ │ │ │ ├── lv_example_grid_3.py │ │ │ │ │ ├── lv_example_grid_4.c │ │ │ │ │ ├── lv_example_grid_4.py │ │ │ │ │ ├── lv_example_grid_5.c │ │ │ │ │ ├── lv_example_grid_5.py │ │ │ │ │ ├── lv_example_grid_6.c │ │ │ │ │ └── lv_example_grid_6.py │ │ │ │ └── lv_example_layout.h │ │ │ ├── libs │ │ │ │ ├── bmp │ │ │ │ │ ├── example_16bit.bmp │ │ │ │ │ ├── example_24bit.bmp │ │ │ │ │ ├── example_32bit.bmp │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_bmp.h │ │ │ │ │ ├── lv_example_bmp_1.c │ │ │ │ │ └── lv_example_bmp_1.py │ │ │ │ ├── ffmpeg │ │ │ │ │ ├── birds.mp4 │ │ │ │ │ ├── ffmpeg.png │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_ffmpeg.h │ │ │ │ │ ├── lv_example_ffmpeg_1.c │ │ │ │ │ └── lv_example_ffmpeg_2.c │ │ │ │ ├── freetype │ │ │ │ │ ├── Lato-Regular.ttf │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_freetype.h │ │ │ │ │ ├── lv_example_freetype_1.c │ │ │ │ │ └── lv_example_freetype_1.py │ │ │ │ ├── gif │ │ │ │ │ ├── bulb.gif │ │ │ │ │ ├── img_bulb_gif.c │ │ │ │ │ ├── img_bulb_gif.py │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_gif.h │ │ │ │ │ ├── lv_example_gif_1.c │ │ │ │ │ └── lv_example_gif_1.py │ │ │ │ ├── lv_example_libs.h │ │ │ │ ├── png │ │ │ │ │ ├── img_wink_png.c │ │ │ │ │ ├── img_wink_png.py │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_png.h │ │ │ │ │ ├── lv_example_png_1.c │ │ │ │ │ ├── lv_example_png_1.py │ │ │ │ │ └── wink.png │ │ │ │ ├── qrcode │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_qrcode.h │ │ │ │ │ ├── lv_example_qrcode_1.c │ │ │ │ │ └── lv_example_qrcode_1.py │ │ │ │ ├── rlottie │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_rlottie.h │ │ │ │ │ ├── lv_example_rlottie_1.c │ │ │ │ │ ├── lv_example_rlottie_1.py │ │ │ │ │ ├── lv_example_rlottie_2.c │ │ │ │ │ ├── lv_example_rlottie_2.py │ │ │ │ │ ├── lv_example_rlottie_approve.c │ │ │ │ │ ├── lv_example_rlottie_approve.json │ │ │ │ │ └── lv_example_rlottie_approve.py │ │ │ │ └── sjpg │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_sjpg.h │ │ │ │ │ ├── lv_example_sjpg_1.c │ │ │ │ │ ├── lv_example_sjpg_1.py │ │ │ │ │ └── small_image.sjpg │ │ │ ├── lv_examples.h │ │ │ ├── lv_examples.mk │ │ │ ├── others │ │ │ │ ├── fragment │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_fragment.h │ │ │ │ │ ├── lv_example_fragment_1.c │ │ │ │ │ └── lv_example_fragment_2.c │ │ │ │ ├── gridnav │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_gridnav.h │ │ │ │ │ ├── lv_example_gridnav_1.c │ │ │ │ │ ├── lv_example_gridnav_2.c │ │ │ │ │ ├── lv_example_gridnav_3.c │ │ │ │ │ └── lv_example_gridnav_4.c │ │ │ │ ├── ime │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_ime_pinyin.h │ │ │ │ │ ├── lv_example_ime_pinyin_1.c │ │ │ │ │ └── lv_example_ime_pinyin_2.c │ │ │ │ ├── imgfont │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_imgfont.h │ │ │ │ │ └── lv_example_imgfont_1.c │ │ │ │ ├── lv_example_others.h │ │ │ │ ├── monkey │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_monkey.h │ │ │ │ │ ├── lv_example_monkey_1.c │ │ │ │ │ ├── lv_example_monkey_2.c │ │ │ │ │ └── lv_example_monkey_3.c │ │ │ │ ├── msg │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_msg.h │ │ │ │ │ ├── lv_example_msg_1.c │ │ │ │ │ ├── lv_example_msg_2.c │ │ │ │ │ └── lv_example_msg_3.c │ │ │ │ └── snapshot │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── lv_example_snapshot.h │ │ │ │ │ ├── lv_example_snapshot_1.c │ │ │ │ │ └── lv_example_snapshot_1.py │ │ │ ├── porting │ │ │ │ ├── lv_port_disp_template.c │ │ │ │ ├── lv_port_disp_template.h │ │ │ │ ├── lv_port_fs_template.c │ │ │ │ ├── lv_port_fs_template.h │ │ │ │ ├── lv_port_indev_template.c │ │ │ │ └── lv_port_indev_template.h │ │ │ ├── scroll │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_scroll.h │ │ │ │ ├── lv_example_scroll_1.c │ │ │ │ ├── lv_example_scroll_1.py │ │ │ │ ├── lv_example_scroll_2.c │ │ │ │ ├── lv_example_scroll_2.py │ │ │ │ ├── lv_example_scroll_3.c │ │ │ │ ├── lv_example_scroll_3.py │ │ │ │ ├── lv_example_scroll_4.c │ │ │ │ ├── lv_example_scroll_4.py │ │ │ │ ├── lv_example_scroll_5.c │ │ │ │ ├── lv_example_scroll_5.py │ │ │ │ ├── lv_example_scroll_6.c │ │ │ │ └── lv_example_scroll_6.py │ │ │ ├── styles │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_style.h │ │ │ │ ├── lv_example_style_1.c │ │ │ │ ├── lv_example_style_1.py │ │ │ │ ├── lv_example_style_10.c │ │ │ │ ├── lv_example_style_10.py │ │ │ │ ├── lv_example_style_11.c │ │ │ │ ├── lv_example_style_11.py │ │ │ │ ├── lv_example_style_12.c │ │ │ │ ├── lv_example_style_12.py │ │ │ │ ├── lv_example_style_13.c │ │ │ │ ├── lv_example_style_13.py │ │ │ │ ├── lv_example_style_14.c │ │ │ │ ├── lv_example_style_14.py │ │ │ │ ├── lv_example_style_15.c │ │ │ │ ├── lv_example_style_2.c │ │ │ │ ├── lv_example_style_2.py │ │ │ │ ├── lv_example_style_3.c │ │ │ │ ├── lv_example_style_3.py │ │ │ │ ├── lv_example_style_4.c │ │ │ │ ├── lv_example_style_4.py │ │ │ │ ├── lv_example_style_5.c │ │ │ │ ├── lv_example_style_5.py │ │ │ │ ├── lv_example_style_6.c │ │ │ │ ├── lv_example_style_6.py │ │ │ │ ├── lv_example_style_7.c │ │ │ │ ├── lv_example_style_7.py │ │ │ │ ├── lv_example_style_8.c │ │ │ │ ├── lv_example_style_8.py │ │ │ │ ├── lv_example_style_9.c │ │ │ │ └── lv_example_style_9.py │ │ │ ├── test_ex.sh │ │ │ └── widgets │ │ │ │ ├── animimg │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_animimg_1.c │ │ │ │ └── lv_example_animimg_1.py │ │ │ │ ├── arc │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_arc_1.c │ │ │ │ ├── lv_example_arc_1.py │ │ │ │ ├── lv_example_arc_2.c │ │ │ │ └── lv_example_arc_2.py │ │ │ │ ├── bar │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_bar_1.c │ │ │ │ ├── lv_example_bar_1.py │ │ │ │ ├── lv_example_bar_2.c │ │ │ │ ├── lv_example_bar_2.py │ │ │ │ ├── lv_example_bar_3.c │ │ │ │ ├── lv_example_bar_3.py │ │ │ │ ├── lv_example_bar_4.c │ │ │ │ ├── lv_example_bar_4.py │ │ │ │ ├── lv_example_bar_5.c │ │ │ │ ├── lv_example_bar_5.py │ │ │ │ ├── lv_example_bar_6.c │ │ │ │ ├── lv_example_bar_6.py │ │ │ │ └── test.py │ │ │ │ ├── btn │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_btn_1.c │ │ │ │ ├── lv_example_btn_1.py │ │ │ │ ├── lv_example_btn_2.c │ │ │ │ ├── lv_example_btn_2.py │ │ │ │ ├── lv_example_btn_3.c │ │ │ │ └── lv_example_btn_3.py │ │ │ │ ├── btnmatrix │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_btnmatrix_1.c │ │ │ │ ├── lv_example_btnmatrix_1.py │ │ │ │ ├── lv_example_btnmatrix_2.c │ │ │ │ ├── lv_example_btnmatrix_2.py │ │ │ │ ├── lv_example_btnmatrix_3.c │ │ │ │ └── lv_example_btnmatrix_3.py │ │ │ │ ├── calendar │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_calendar_1.c │ │ │ │ └── lv_example_calendar_1.py │ │ │ │ ├── canvas │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_canvas_1.c │ │ │ │ ├── lv_example_canvas_1.py │ │ │ │ ├── lv_example_canvas_2.c │ │ │ │ └── lv_example_canvas_2.py │ │ │ │ ├── chart │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_chart_1.c │ │ │ │ ├── lv_example_chart_1.py │ │ │ │ ├── lv_example_chart_2.c │ │ │ │ ├── lv_example_chart_2.py │ │ │ │ ├── lv_example_chart_3.c │ │ │ │ ├── lv_example_chart_3.py │ │ │ │ ├── lv_example_chart_4.c │ │ │ │ ├── lv_example_chart_4.py │ │ │ │ ├── lv_example_chart_5.c │ │ │ │ ├── lv_example_chart_5.py │ │ │ │ ├── lv_example_chart_6.c │ │ │ │ ├── lv_example_chart_6.py │ │ │ │ ├── lv_example_chart_7.c │ │ │ │ ├── lv_example_chart_7.py │ │ │ │ ├── lv_example_chart_8.c │ │ │ │ ├── lv_example_chart_8.py │ │ │ │ ├── lv_example_chart_9.c │ │ │ │ └── lv_example_chart_9.py │ │ │ │ ├── checkbox │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_checkbox_1.c │ │ │ │ ├── lv_example_checkbox_1.py │ │ │ │ └── lv_example_checkbox_2.c │ │ │ │ ├── colorwheel │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_colorwheel_1.c │ │ │ │ └── lv_example_colorwheel_1.py │ │ │ │ ├── dropdown │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_dropdown_1.c │ │ │ │ ├── lv_example_dropdown_1.py │ │ │ │ ├── lv_example_dropdown_2.c │ │ │ │ ├── lv_example_dropdown_2.py │ │ │ │ ├── lv_example_dropdown_3.c │ │ │ │ └── lv_example_dropdown_3.py │ │ │ │ ├── img │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_img_1.c │ │ │ │ ├── lv_example_img_1.py │ │ │ │ ├── lv_example_img_2.c │ │ │ │ ├── lv_example_img_2.py │ │ │ │ ├── lv_example_img_3.c │ │ │ │ ├── lv_example_img_3.py │ │ │ │ ├── lv_example_img_4.c │ │ │ │ └── lv_example_img_4.py │ │ │ │ ├── imgbtn │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_imgbtn_1.c │ │ │ │ └── lv_example_imgbtn_1.py │ │ │ │ ├── keyboard │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_keyboard_1.c │ │ │ │ └── lv_example_keyboard_1.py │ │ │ │ ├── label │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_label_1.c │ │ │ │ ├── lv_example_label_1.py │ │ │ │ ├── lv_example_label_2.c │ │ │ │ ├── lv_example_label_2.py │ │ │ │ ├── lv_example_label_3.c │ │ │ │ ├── lv_example_label_3.py │ │ │ │ ├── lv_example_label_4.c │ │ │ │ ├── lv_example_label_5.c │ │ │ │ └── lv_example_label_5.py │ │ │ │ ├── led │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_led_1.c │ │ │ │ └── lv_example_led_1.py │ │ │ │ ├── line │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_line_1.c │ │ │ │ └── lv_example_line_1.py │ │ │ │ ├── list │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_list_1.c │ │ │ │ ├── lv_example_list_1.py │ │ │ │ ├── lv_example_list_2.c │ │ │ │ ├── lv_example_list_2.py │ │ │ │ └── test.py │ │ │ │ ├── lv_example_widgets.h │ │ │ │ ├── menu │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_menu_1.c │ │ │ │ ├── lv_example_menu_1.py │ │ │ │ ├── lv_example_menu_2.c │ │ │ │ ├── lv_example_menu_2.py │ │ │ │ ├── lv_example_menu_3.c │ │ │ │ ├── lv_example_menu_3.py │ │ │ │ ├── lv_example_menu_4.c │ │ │ │ ├── lv_example_menu_4.py │ │ │ │ └── lv_example_menu_5.c │ │ │ │ ├── meter │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_meter_1.c │ │ │ │ ├── lv_example_meter_1.py │ │ │ │ ├── lv_example_meter_2.c │ │ │ │ ├── lv_example_meter_2.py │ │ │ │ ├── lv_example_meter_3.c │ │ │ │ ├── lv_example_meter_3.py │ │ │ │ ├── lv_example_meter_4.c │ │ │ │ └── lv_example_meter_4.py │ │ │ │ ├── msgbox │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_msgbox_1.c │ │ │ │ └── lv_example_msgbox_1.py │ │ │ │ ├── obj │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_obj_1.c │ │ │ │ ├── lv_example_obj_1.py │ │ │ │ ├── lv_example_obj_2.c │ │ │ │ └── lv_example_obj_2.py │ │ │ │ ├── roller │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_roller_1.c │ │ │ │ ├── lv_example_roller_1.py │ │ │ │ ├── lv_example_roller_2.c │ │ │ │ ├── lv_example_roller_2.py │ │ │ │ ├── lv_example_roller_3.c │ │ │ │ └── lv_example_roller_3.py │ │ │ │ ├── slider │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_slider_1.c │ │ │ │ ├── lv_example_slider_1.py │ │ │ │ ├── lv_example_slider_2.c │ │ │ │ ├── lv_example_slider_2.py │ │ │ │ ├── lv_example_slider_3.c │ │ │ │ └── lv_example_slider_3.py │ │ │ │ ├── span │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_span_1.c │ │ │ │ └── lv_example_span_1.py │ │ │ │ ├── spinbox │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_spinbox_1.c │ │ │ │ └── lv_example_spinbox_1.py │ │ │ │ ├── spinner │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_spinner_1.c │ │ │ │ └── lv_example_spinner_1.py │ │ │ │ ├── switch │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_switch_1.c │ │ │ │ └── lv_example_switch_1.py │ │ │ │ ├── table │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_table_1.c │ │ │ │ ├── lv_example_table_1.py │ │ │ │ ├── lv_example_table_2.c │ │ │ │ └── lv_example_table_2.py │ │ │ │ ├── tabview │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_tabview_1.c │ │ │ │ ├── lv_example_tabview_1.py │ │ │ │ ├── lv_example_tabview_2.c │ │ │ │ └── lv_example_tabview_2.py │ │ │ │ ├── textarea │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_textarea_1.c │ │ │ │ ├── lv_example_textarea_1.py │ │ │ │ ├── lv_example_textarea_2.c │ │ │ │ ├── lv_example_textarea_2.py │ │ │ │ ├── lv_example_textarea_3.c │ │ │ │ └── lv_example_textarea_3.py │ │ │ │ ├── tileview │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_tileview_1.c │ │ │ │ └── lv_example_tileview_1.py │ │ │ │ └── win │ │ │ │ ├── index.rst │ │ │ │ ├── lv_example_win_1.c │ │ │ │ └── lv_example_win_1.py │ │ ├── idf_component.yml │ │ ├── library.json │ │ ├── library.properties │ │ ├── lv_conf_template.h │ │ ├── lvgl.h │ │ ├── lvgl.mk │ │ ├── scripts │ │ │ ├── .gitignore │ │ │ ├── Doxyfile │ │ │ ├── build_html_examples.sh │ │ │ ├── built_in_font │ │ │ │ ├── DejaVuSans.ttf │ │ │ │ ├── FontAwesome5-Solid+Brands+Regular.woff │ │ │ │ ├── Montserrat-Medium.ttf │ │ │ │ ├── SimSun.woff │ │ │ │ ├── built_in_font_gen.py │ │ │ │ ├── generate_all.py │ │ │ │ └── unscii-8.ttf │ │ │ ├── changelog-template.hbs │ │ │ ├── changelog_gen.sh │ │ │ ├── code-format.cfg │ │ │ ├── code-format.py │ │ │ ├── cppcheck_run.sh │ │ │ ├── filetohex.py │ │ │ ├── find_version.sh │ │ │ ├── genexamplelist.sh │ │ │ ├── infer_run.sh │ │ │ ├── install-prerequisites.sh │ │ │ ├── jpg_to_sjpg.py │ │ │ ├── lv_conf_internal_gen.py │ │ │ ├── release │ │ │ │ ├── com.py │ │ │ │ ├── commits.txt │ │ │ │ ├── patch.py │ │ │ │ └── release.py │ │ │ └── style_api_gen.py │ │ └── src │ │ │ ├── core │ │ │ ├── lv_core.mk │ │ │ ├── lv_disp.c │ │ │ ├── lv_disp.h │ │ │ ├── lv_event.c │ │ │ ├── lv_event.h │ │ │ ├── lv_group.c │ │ │ ├── lv_group.h │ │ │ ├── lv_indev.c │ │ │ ├── lv_indev.h │ │ │ ├── lv_indev_scroll.c │ │ │ ├── lv_indev_scroll.h │ │ │ ├── lv_obj.c │ │ │ ├── lv_obj.h │ │ │ ├── lv_obj_class.c │ │ │ ├── lv_obj_class.h │ │ │ ├── lv_obj_draw.c │ │ │ ├── lv_obj_draw.h │ │ │ ├── lv_obj_pos.c │ │ │ ├── lv_obj_pos.h │ │ │ ├── lv_obj_scroll.c │ │ │ ├── lv_obj_scroll.h │ │ │ ├── lv_obj_style.c │ │ │ ├── lv_obj_style.h │ │ │ ├── lv_obj_style_gen.c │ │ │ ├── lv_obj_style_gen.h │ │ │ ├── lv_obj_tree.c │ │ │ ├── lv_obj_tree.h │ │ │ ├── lv_refr.c │ │ │ ├── lv_refr.h │ │ │ ├── lv_theme.c │ │ │ └── lv_theme.h │ │ │ ├── draw │ │ │ ├── arm2d │ │ │ │ ├── lv_draw_arm2d.mk │ │ │ │ ├── lv_gpu_arm2d.c │ │ │ │ └── lv_gpu_arm2d.h │ │ │ ├── lv_draw.c │ │ │ ├── lv_draw.h │ │ │ ├── lv_draw.mk │ │ │ ├── lv_draw_arc.c │ │ │ ├── lv_draw_arc.h │ │ │ ├── lv_draw_img.c │ │ │ ├── lv_draw_img.h │ │ │ ├── lv_draw_label.c │ │ │ ├── lv_draw_label.h │ │ │ ├── lv_draw_layer.c │ │ │ ├── lv_draw_layer.h │ │ │ ├── lv_draw_line.c │ │ │ ├── lv_draw_line.h │ │ │ ├── lv_draw_mask.c │ │ │ ├── lv_draw_mask.h │ │ │ ├── lv_draw_rect.c │ │ │ ├── lv_draw_rect.h │ │ │ ├── lv_draw_transform.c │ │ │ ├── lv_draw_transform.h │ │ │ ├── lv_draw_triangle.c │ │ │ ├── lv_draw_triangle.h │ │ │ ├── lv_img_buf.c │ │ │ ├── lv_img_buf.h │ │ │ ├── lv_img_cache.c │ │ │ ├── lv_img_cache.h │ │ │ ├── lv_img_decoder.c │ │ │ ├── lv_img_decoder.h │ │ │ ├── nxp │ │ │ │ ├── lv_draw_nxp.mk │ │ │ │ ├── pxp │ │ │ │ │ ├── lv_draw_nxp_pxp.mk │ │ │ │ │ ├── lv_draw_pxp.c │ │ │ │ │ ├── lv_draw_pxp.h │ │ │ │ │ ├── lv_draw_pxp_blend.c │ │ │ │ │ ├── lv_draw_pxp_blend.h │ │ │ │ │ ├── lv_gpu_nxp_pxp.c │ │ │ │ │ ├── lv_gpu_nxp_pxp.h │ │ │ │ │ ├── lv_gpu_nxp_pxp_osa.c │ │ │ │ │ └── lv_gpu_nxp_pxp_osa.h │ │ │ │ └── vglite │ │ │ │ │ ├── lv_draw_nxp_vglite.mk │ │ │ │ │ ├── lv_draw_vglite.c │ │ │ │ │ ├── lv_draw_vglite.h │ │ │ │ │ ├── lv_draw_vglite_arc.c │ │ │ │ │ ├── lv_draw_vglite_arc.h │ │ │ │ │ ├── lv_draw_vglite_blend.c │ │ │ │ │ ├── lv_draw_vglite_blend.h │ │ │ │ │ ├── lv_draw_vglite_line.c │ │ │ │ │ ├── lv_draw_vglite_line.h │ │ │ │ │ ├── lv_draw_vglite_rect.c │ │ │ │ │ ├── lv_draw_vglite_rect.h │ │ │ │ │ ├── lv_vglite_buf.c │ │ │ │ │ ├── lv_vglite_buf.h │ │ │ │ │ ├── lv_vglite_utils.c │ │ │ │ │ └── lv_vglite_utils.h │ │ │ ├── renesas │ │ │ │ ├── lv_draw_renesas.mk │ │ │ │ ├── lv_gpu_d2_draw_label.c │ │ │ │ ├── lv_gpu_d2_ra6m3.c │ │ │ │ └── lv_gpu_d2_ra6m3.h │ │ │ ├── sdl │ │ │ │ ├── README.md │ │ │ │ ├── lv_draw_sdl.c │ │ │ │ ├── lv_draw_sdl.h │ │ │ │ ├── lv_draw_sdl.mk │ │ │ │ ├── lv_draw_sdl_arc.c │ │ │ │ ├── lv_draw_sdl_bg.c │ │ │ │ ├── lv_draw_sdl_composite.c │ │ │ │ ├── lv_draw_sdl_composite.h │ │ │ │ ├── lv_draw_sdl_img.c │ │ │ │ ├── lv_draw_sdl_img.h │ │ │ │ ├── lv_draw_sdl_label.c │ │ │ │ ├── lv_draw_sdl_layer.c │ │ │ │ ├── lv_draw_sdl_layer.h │ │ │ │ ├── lv_draw_sdl_line.c │ │ │ │ ├── lv_draw_sdl_mask.c │ │ │ │ ├── lv_draw_sdl_mask.h │ │ │ │ ├── lv_draw_sdl_polygon.c │ │ │ │ ├── lv_draw_sdl_priv.h │ │ │ │ ├── lv_draw_sdl_rect.c │ │ │ │ ├── lv_draw_sdl_rect.h │ │ │ │ ├── lv_draw_sdl_stack_blur.c │ │ │ │ ├── lv_draw_sdl_stack_blur.h │ │ │ │ ├── lv_draw_sdl_texture_cache.c │ │ │ │ ├── lv_draw_sdl_texture_cache.h │ │ │ │ ├── lv_draw_sdl_utils.c │ │ │ │ └── lv_draw_sdl_utils.h │ │ │ ├── stm32_dma2d │ │ │ │ ├── lv_draw_stm32_dma2d.mk │ │ │ │ ├── lv_gpu_stm32_dma2d.c │ │ │ │ └── lv_gpu_stm32_dma2d.h │ │ │ ├── sw │ │ │ │ ├── lv_draw_sw.c │ │ │ │ ├── lv_draw_sw.h │ │ │ │ ├── lv_draw_sw.mk │ │ │ │ ├── lv_draw_sw_arc.c │ │ │ │ ├── lv_draw_sw_blend.c │ │ │ │ ├── lv_draw_sw_blend.h │ │ │ │ ├── lv_draw_sw_dither.c │ │ │ │ ├── lv_draw_sw_dither.h │ │ │ │ ├── lv_draw_sw_gradient.c │ │ │ │ ├── lv_draw_sw_gradient.h │ │ │ │ ├── lv_draw_sw_img.c │ │ │ │ ├── lv_draw_sw_layer.c │ │ │ │ ├── lv_draw_sw_letter.c │ │ │ │ ├── lv_draw_sw_line.c │ │ │ │ ├── lv_draw_sw_polygon.c │ │ │ │ ├── lv_draw_sw_rect.c │ │ │ │ └── lv_draw_sw_transform.c │ │ │ └── swm341_dma2d │ │ │ │ ├── lv_draw_swm341_dma2d.mk │ │ │ │ ├── lv_gpu_swm341_dma2d.c │ │ │ │ └── lv_gpu_swm341_dma2d.h │ │ │ ├── extra │ │ │ ├── README.md │ │ │ ├── layouts │ │ │ │ ├── flex │ │ │ │ │ ├── lv_flex.c │ │ │ │ │ └── lv_flex.h │ │ │ │ ├── grid │ │ │ │ │ ├── lv_grid.c │ │ │ │ │ └── lv_grid.h │ │ │ │ └── lv_layouts.h │ │ │ ├── libs │ │ │ │ ├── bmp │ │ │ │ │ ├── lv_bmp.c │ │ │ │ │ └── lv_bmp.h │ │ │ │ ├── ffmpeg │ │ │ │ │ ├── lv_ffmpeg.c │ │ │ │ │ └── lv_ffmpeg.h │ │ │ │ ├── freetype │ │ │ │ │ ├── arial.ttf │ │ │ │ │ ├── lv_freetype.c │ │ │ │ │ └── lv_freetype.h │ │ │ │ ├── fsdrv │ │ │ │ │ ├── lv_fs_fatfs.c │ │ │ │ │ ├── lv_fs_littlefs.c │ │ │ │ │ ├── lv_fs_posix.c │ │ │ │ │ ├── lv_fs_stdio.c │ │ │ │ │ ├── lv_fs_win32.c │ │ │ │ │ └── lv_fsdrv.h │ │ │ │ ├── gif │ │ │ │ │ ├── gifdec.c │ │ │ │ │ ├── gifdec.h │ │ │ │ │ ├── lv_gif.c │ │ │ │ │ └── lv_gif.h │ │ │ │ ├── lv_libs.h │ │ │ │ ├── png │ │ │ │ │ ├── lodepng.c │ │ │ │ │ ├── lodepng.h │ │ │ │ │ ├── lv_png.c │ │ │ │ │ └── lv_png.h │ │ │ │ ├── qrcode │ │ │ │ │ ├── lv_qrcode.c │ │ │ │ │ ├── lv_qrcode.h │ │ │ │ │ ├── qrcodegen.c │ │ │ │ │ └── qrcodegen.h │ │ │ │ ├── rlottie │ │ │ │ │ ├── lv_rlottie.c │ │ │ │ │ └── lv_rlottie.h │ │ │ │ ├── sjpg │ │ │ │ │ ├── lv_sjpg.c │ │ │ │ │ ├── lv_sjpg.h │ │ │ │ │ ├── tjpgd.c │ │ │ │ │ ├── tjpgd.h │ │ │ │ │ └── tjpgdcnf.h │ │ │ │ └── tiny_ttf │ │ │ │ │ ├── lv_tiny_ttf.c │ │ │ │ │ ├── lv_tiny_ttf.h │ │ │ │ │ ├── stb_rect_pack.h │ │ │ │ │ └── stb_truetype_htcw.h │ │ │ ├── lv_extra.c │ │ │ ├── lv_extra.h │ │ │ ├── lv_extra.mk │ │ │ ├── others │ │ │ │ ├── fragment │ │ │ │ │ ├── README.md │ │ │ │ │ ├── lv_fragment.c │ │ │ │ │ ├── lv_fragment.h │ │ │ │ │ └── lv_fragment_manager.c │ │ │ │ ├── gridnav │ │ │ │ │ ├── lv_gridnav.c │ │ │ │ │ └── lv_gridnav.h │ │ │ │ ├── ime │ │ │ │ │ ├── lv_ime_pinyin.c │ │ │ │ │ └── lv_ime_pinyin.h │ │ │ │ ├── imgfont │ │ │ │ │ ├── lv_imgfont.c │ │ │ │ │ └── lv_imgfont.h │ │ │ │ ├── lv_others.h │ │ │ │ ├── monkey │ │ │ │ │ ├── lv_monkey.c │ │ │ │ │ └── lv_monkey.h │ │ │ │ ├── msg │ │ │ │ │ ├── lv_msg.c │ │ │ │ │ └── lv_msg.h │ │ │ │ └── snapshot │ │ │ │ │ ├── lv_snapshot.c │ │ │ │ │ └── lv_snapshot.h │ │ │ ├── themes │ │ │ │ ├── basic │ │ │ │ │ ├── lv_theme_basic.c │ │ │ │ │ └── lv_theme_basic.h │ │ │ │ ├── default │ │ │ │ │ ├── lv_theme_default.c │ │ │ │ │ └── lv_theme_default.h │ │ │ │ ├── lv_themes.h │ │ │ │ └── mono │ │ │ │ │ ├── lv_theme_mono.c │ │ │ │ │ └── lv_theme_mono.h │ │ │ └── widgets │ │ │ │ ├── animimg │ │ │ │ ├── lv_animimg.c │ │ │ │ └── lv_animimg.h │ │ │ │ ├── calendar │ │ │ │ ├── lv_calendar.c │ │ │ │ ├── lv_calendar.h │ │ │ │ ├── lv_calendar_header_arrow.c │ │ │ │ ├── lv_calendar_header_arrow.h │ │ │ │ ├── lv_calendar_header_dropdown.c │ │ │ │ └── lv_calendar_header_dropdown.h │ │ │ │ ├── chart │ │ │ │ ├── lv_chart.c │ │ │ │ └── lv_chart.h │ │ │ │ ├── colorwheel │ │ │ │ ├── lv_colorwheel.c │ │ │ │ └── lv_colorwheel.h │ │ │ │ ├── imgbtn │ │ │ │ ├── lv_imgbtn.c │ │ │ │ └── lv_imgbtn.h │ │ │ │ ├── keyboard │ │ │ │ ├── lv_keyboard.c │ │ │ │ └── lv_keyboard.h │ │ │ │ ├── led │ │ │ │ ├── lv_led.c │ │ │ │ └── lv_led.h │ │ │ │ ├── list │ │ │ │ ├── lv_list.c │ │ │ │ └── lv_list.h │ │ │ │ ├── lv_widgets.h │ │ │ │ ├── menu │ │ │ │ ├── lv_menu.c │ │ │ │ └── lv_menu.h │ │ │ │ ├── meter │ │ │ │ ├── lv_meter.c │ │ │ │ └── lv_meter.h │ │ │ │ ├── msgbox │ │ │ │ ├── lv_msgbox.c │ │ │ │ └── lv_msgbox.h │ │ │ │ ├── span │ │ │ │ ├── lv_span.c │ │ │ │ └── lv_span.h │ │ │ │ ├── spinbox │ │ │ │ ├── lv_spinbox.c │ │ │ │ └── lv_spinbox.h │ │ │ │ ├── spinner │ │ │ │ ├── lv_spinner.c │ │ │ │ └── lv_spinner.h │ │ │ │ ├── tabview │ │ │ │ ├── lv_tabview.c │ │ │ │ └── lv_tabview.h │ │ │ │ ├── tileview │ │ │ │ ├── lv_tileview.c │ │ │ │ └── lv_tileview.h │ │ │ │ └── win │ │ │ │ ├── lv_win.c │ │ │ │ └── lv_win.h │ │ │ ├── font │ │ │ ├── korean.ttf │ │ │ ├── lv_font.c │ │ │ ├── lv_font.h │ │ │ ├── lv_font.mk │ │ │ ├── lv_font_dejavu_16_persian_hebrew.c │ │ │ ├── lv_font_fmt_txt.c │ │ │ ├── lv_font_fmt_txt.h │ │ │ ├── lv_font_loader.c │ │ │ ├── lv_font_loader.h │ │ │ ├── lv_font_montserrat_10.c │ │ │ ├── lv_font_montserrat_12.c │ │ │ ├── lv_font_montserrat_12_subpx.c │ │ │ ├── lv_font_montserrat_14.c │ │ │ ├── lv_font_montserrat_16.c │ │ │ ├── lv_font_montserrat_18.c │ │ │ ├── lv_font_montserrat_20.c │ │ │ ├── lv_font_montserrat_22.c │ │ │ ├── lv_font_montserrat_24.c │ │ │ ├── lv_font_montserrat_26.c │ │ │ ├── lv_font_montserrat_28.c │ │ │ ├── lv_font_montserrat_28_compressed.c │ │ │ ├── lv_font_montserrat_30.c │ │ │ ├── lv_font_montserrat_32.c │ │ │ ├── lv_font_montserrat_34.c │ │ │ ├── lv_font_montserrat_36.c │ │ │ ├── lv_font_montserrat_38.c │ │ │ ├── lv_font_montserrat_40.c │ │ │ ├── lv_font_montserrat_42.c │ │ │ ├── lv_font_montserrat_44.c │ │ │ ├── lv_font_montserrat_46.c │ │ │ ├── lv_font_montserrat_48.c │ │ │ ├── lv_font_montserrat_8.c │ │ │ ├── lv_font_simsun_16_cjk.c │ │ │ ├── lv_font_unscii_16.c │ │ │ ├── lv_font_unscii_8.c │ │ │ └── lv_symbol_def.h │ │ │ ├── hal │ │ │ ├── lv_hal.h │ │ │ ├── lv_hal.mk │ │ │ ├── lv_hal_disp.c │ │ │ ├── lv_hal_disp.h │ │ │ ├── lv_hal_indev.c │ │ │ ├── lv_hal_indev.h │ │ │ ├── lv_hal_tick.c │ │ │ └── lv_hal_tick.h │ │ │ ├── lv_api_map.h │ │ │ ├── lv_conf_internal.h │ │ │ ├── lv_conf_kconfig.h │ │ │ ├── lvgl.h │ │ │ ├── misc │ │ │ ├── lv_anim.c │ │ │ ├── lv_anim.h │ │ │ ├── lv_anim_timeline.c │ │ │ ├── lv_anim_timeline.h │ │ │ ├── lv_area.c │ │ │ ├── lv_area.h │ │ │ ├── lv_assert.h │ │ │ ├── lv_async.c │ │ │ ├── lv_async.h │ │ │ ├── lv_bidi.c │ │ │ ├── lv_bidi.h │ │ │ ├── lv_color.c │ │ │ ├── lv_color.h │ │ │ ├── lv_fs.c │ │ │ ├── lv_fs.h │ │ │ ├── lv_gc.c │ │ │ ├── lv_gc.h │ │ │ ├── lv_ll.c │ │ │ ├── lv_ll.h │ │ │ ├── lv_log.c │ │ │ ├── lv_log.h │ │ │ ├── lv_lru.c │ │ │ ├── lv_lru.h │ │ │ ├── lv_math.c │ │ │ ├── lv_math.h │ │ │ ├── lv_mem.c │ │ │ ├── lv_mem.h │ │ │ ├── lv_misc.mk │ │ │ ├── lv_printf.c │ │ │ ├── lv_printf.h │ │ │ ├── lv_style.c │ │ │ ├── lv_style.h │ │ │ ├── lv_style_gen.c │ │ │ ├── lv_style_gen.h │ │ │ ├── lv_templ.c │ │ │ ├── lv_templ.h │ │ │ ├── lv_timer.c │ │ │ ├── lv_timer.h │ │ │ ├── lv_tlsf.c │ │ │ ├── lv_tlsf.h │ │ │ ├── lv_txt.c │ │ │ ├── lv_txt.h │ │ │ ├── lv_txt_ap.c │ │ │ ├── lv_txt_ap.h │ │ │ ├── lv_types.h │ │ │ ├── lv_utils.c │ │ │ └── lv_utils.h │ │ │ └── widgets │ │ │ ├── lv_arc.c │ │ │ ├── lv_arc.h │ │ │ ├── lv_bar.c │ │ │ ├── lv_bar.h │ │ │ ├── lv_btn.c │ │ │ ├── lv_btn.h │ │ │ ├── lv_btnmatrix.c │ │ │ ├── lv_btnmatrix.h │ │ │ ├── lv_canvas.c │ │ │ ├── lv_canvas.h │ │ │ ├── lv_checkbox.c │ │ │ ├── lv_checkbox.h │ │ │ ├── lv_dropdown.c │ │ │ ├── lv_dropdown.h │ │ │ ├── lv_img.c │ │ │ ├── lv_img.h │ │ │ ├── lv_label.c │ │ │ ├── lv_label.h │ │ │ ├── lv_line.c │ │ │ ├── lv_line.h │ │ │ ├── lv_objx_templ.c │ │ │ ├── lv_objx_templ.h │ │ │ ├── lv_roller.c │ │ │ ├── lv_roller.h │ │ │ ├── lv_slider.c │ │ │ ├── lv_slider.h │ │ │ ├── lv_switch.c │ │ │ ├── lv_switch.h │ │ │ ├── lv_table.c │ │ │ ├── lv_table.h │ │ │ ├── lv_textarea.c │ │ │ ├── lv_textarea.h │ │ │ └── lv_widgets.mk │ └── ui │ │ ├── library.properties │ │ ├── src │ │ ├── CMakeLists.txt │ │ ├── components │ │ │ └── ui_comp_hook.c │ │ ├── filelist.txt │ │ ├── fonts │ │ │ ├── ui_font_J140.c │ │ │ ├── ui_font_J25.c │ │ │ ├── ui_font_J30.c │ │ │ ├── ui_font_J35.c │ │ │ ├── ui_font_J60.c │ │ │ └── ui_font_J65.c │ │ ├── images │ │ │ ├── ui_img_1305208831.c │ │ │ ├── ui_img_1305209856.c │ │ │ ├── ui_img_1305210881.c │ │ │ ├── ui_img_1305211906.c │ │ │ ├── ui_img_1305213179.c │ │ │ ├── ui_img_1305214204.c │ │ │ ├── ui_img_1305215229.c │ │ │ ├── ui_img_1305216254.c │ │ │ ├── ui_img_1305217543.c │ │ │ ├── ui_img_1305218568.c │ │ │ ├── ui_img_497348122.c │ │ │ ├── ui_img_497349147.c │ │ │ ├── ui_img_497350172.c │ │ │ ├── ui_img_497351197.c │ │ │ ├── ui_img_497352470.c │ │ │ ├── ui_img_497353495.c │ │ │ ├── ui_img_497354520.c │ │ │ ├── ui_img_497355545.c │ │ │ ├── ui_img_images_battery_png.c │ │ │ ├── ui_img_images_button_checked_png.c │ │ │ ├── ui_img_images_compass_png.c │ │ │ ├── ui_img_images_data_png_frames_data_000_png.c │ │ │ ├── ui_img_images_data_png_frames_data_001_png.c │ │ │ ├── ui_img_images_data_png_frames_data_002_png.c │ │ │ ├── ui_img_images_data_png_frames_data_003_png.c │ │ │ ├── ui_img_images_data_png_frames_data_004_png.c │ │ │ ├── ui_img_images_data_png_frames_data_005_png.c │ │ │ ├── ui_img_images_data_png_frames_data_006_png.c │ │ │ ├── ui_img_images_data_png_frames_data_007_png.c │ │ │ ├── ui_img_images_data_png_frames_data_008_png.c │ │ │ ├── ui_img_images_data_png_frames_data_009_png.c │ │ │ ├── ui_img_images_data_png_frames_data_010_png.c │ │ │ ├── ui_img_images_data_png_frames_data_011_png.c │ │ │ ├── ui_img_images_data_png_frames_data_012_png.c │ │ │ ├── ui_img_images_data_png_frames_data_013_png.c │ │ │ ├── ui_img_images_data_png_frames_data_014_png.c │ │ │ ├── ui_img_images_data_png_frames_data_015_png.c │ │ │ ├── ui_img_images_data_png_frames_data_016_png.c │ │ │ ├── ui_img_images_data_png_frames_data_017_png.c │ │ │ ├── ui_img_images_data_png_frames_data_018_png.c │ │ │ ├── ui_img_images_data_png_frames_data_019_png.c │ │ │ ├── ui_img_images_data_png_frames_data_020_png.c │ │ │ ├── ui_img_images_data_png_frames_data_021_png.c │ │ │ ├── ui_img_images_data_png_frames_data_022_png.c │ │ │ ├── ui_img_images_data_png_frames_data_023_png.c │ │ │ ├── ui_img_images_data_png_frames_data_024_png.c │ │ │ ├── ui_img_images_data_png_frames_data_025_png.c │ │ │ ├── ui_img_images_data_png_frames_data_026_png.c │ │ │ ├── ui_img_images_data_png_frames_data_027_png.c │ │ │ ├── ui_img_images_data_png_frames_data_028_png.c │ │ │ ├── ui_img_images_data_png_frames_data_029_png.c │ │ │ ├── ui_img_images_data_png_frames_data_030_png.c │ │ │ ├── ui_img_images_data_png_frames_data_031_png.c │ │ │ ├── ui_img_images_data_png_frames_data_032_png.c │ │ │ ├── ui_img_images_data_png_frames_data_033_png.c │ │ │ ├── ui_img_images_data_png_frames_data_034_png.c │ │ │ ├── ui_img_images_data_png_frames_data_035_png.c │ │ │ ├── ui_img_images_data_png_frames_data_036_png.c │ │ │ ├── ui_img_images_data_png_frames_data_037_png.c │ │ │ ├── ui_img_images_data_png_frames_data_038_png.c │ │ │ ├── ui_img_images_data_png_frames_data_039_png.c │ │ │ ├── ui_img_images_data_png_frames_data_040_png.c │ │ │ ├── ui_img_images_data_png_frames_data_041_png.c │ │ │ ├── ui_img_images_data_png_frames_data_042_png.c │ │ │ ├── ui_img_images_data_png_frames_data_043_png.c │ │ │ ├── ui_img_images_data_png_frames_data_044_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_000_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_001_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_002_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_003_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_004_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_005_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_006_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_007_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_008_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_009_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_010_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_011_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_012_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_013_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_014_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_015_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_016_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_017_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_018_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_019_png.c │ │ │ ├── ui_img_images_img_frames_gaming_png_frames_gaming_020_png.c │ │ │ ├── ui_img_images_thumpsup_png_frames_thumpsup_000_png.c │ │ │ ├── ui_img_images_thumpsup_png_frames_thumpsup_001_png.c │ │ │ ├── ui_img_images_thumpsup_png_frames_thumpsup_002_png.c │ │ │ ├── ui_img_images_thumpsup_png_frames_thumpsup_003_png.c │ │ │ ├── ui_img_images_thumpsup_png_frames_thumpsup_004_png.c │ │ │ ├── ui_img_images_thumpsup_png_frames_thumpsup_005_png.c │ │ │ ├── ui_img_images_thumpsup_png_frames_thumpsup_006_png.c │ │ │ ├── ui_img_images_thumpsup_png_frames_thumpsup_007_png.c │ │ │ ├── ui_img_images_thumpsup_png_frames_thumpsup_008_png.c │ │ │ ├── ui_img_images_thumpsup_png_frames_thumpsup_009_png.c │ │ │ ├── ui_img_images_thumpsup_png_frames_thumpsup_010_png.c │ │ │ ├── ui_img_images_time_png_frames_time_000_png.c │ │ │ ├── ui_img_images_time_png_frames_time_001_png.c │ │ │ ├── ui_img_images_time_png_frames_time_002_png.c │ │ │ ├── ui_img_images_time_png_frames_time_003_png.c │ │ │ ├── ui_img_images_time_png_frames_time_004_png.c │ │ │ ├── ui_img_images_time_png_frames_time_005_png.c │ │ │ ├── ui_img_images_time_png_frames_time_006_png.c │ │ │ ├── ui_img_images_time_png_frames_time_007_png.c │ │ │ ├── ui_img_images_time_png_frames_time_008_png.c │ │ │ ├── ui_img_images_time_png_frames_time_009_png.c │ │ │ ├── ui_img_images_time_png_frames_time_010_png.c │ │ │ ├── ui_img_images_time_png_frames_time_011_png.c │ │ │ ├── ui_img_images_time_png_frames_time_012_png.c │ │ │ ├── ui_img_images_time_png_frames_time_013_png.c │ │ │ ├── ui_img_images_time_png_frames_time_014_png.c │ │ │ ├── ui_img_images_time_png_frames_time_015_png.c │ │ │ ├── ui_img_images_vault_logo_png.c │ │ │ ├── ui_img_images_walking_png_frames_walking_000_png.c │ │ │ ├── ui_img_images_walking_png_frames_walking_001_png.c │ │ │ ├── ui_img_images_walking_png_frames_walking_002_png.c │ │ │ ├── ui_img_images_walking_png_frames_walking_003_png.c │ │ │ ├── ui_img_images_walking_png_frames_walking_004_png.c │ │ │ ├── ui_img_images_walking_png_frames_walking_005_png.c │ │ │ ├── ui_img_images_walking_png_frames_walking_006_png.c │ │ │ ├── ui_img_images_walking_png_frames_walking_007_png.c │ │ │ ├── ui_img_images_walking_png_frames_walking_008_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_000_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_001_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_002_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_003_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_004_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_005_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_006_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_007_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_008_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_009_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_010_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_011_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_012_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_013_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_014_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_015_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_016_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_017_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_018_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_019_png.c │ │ │ ├── ui_img_images_weather_png_frames_weather_020_png.c │ │ │ └── ui_img_images_weather_png_frames_weather_021_png.c │ │ ├── readme.txt │ │ ├── screens │ │ │ └── ui_Screen1.c │ │ ├── ui.c │ │ ├── ui.h │ │ ├── ui_events.h │ │ ├── ui_helpers.c │ │ └── ui_helpers.h │ │ └── ui.h ├── platformio.ini └── src │ ├── Config.h │ ├── WeatherHelper.cpp │ ├── WeatherHelper.h │ ├── WiFiHelper.cpp │ ├── WiFiHelper.h │ └── main.cpp ├── README.md ├── SLS Cardputer ├── Themes.slt ├── assets │ ├── Fonts │ │ ├── Jersey10-Regular.ttf │ │ ├── ui_font_J20.bin │ │ ├── ui_font_J20.c │ │ ├── ui_font_J20.fcfg │ │ ├── ui_font_J35.bin │ │ ├── ui_font_J35.c │ │ ├── ui_font_J35.fcfg │ │ ├── ui_font_J60.bin │ │ ├── ui_font_J60.c │ │ ├── ui_font_J60.fcfg │ │ ├── ui_font_J70.bin │ │ ├── ui_font_J70.c │ │ └── ui_font_J70.fcfg │ └── Images │ │ ├── battery.png │ │ ├── button_checked.png │ │ ├── thumpsup │ │ ├── thumpsup_00.png │ │ ├── thumpsup_01.png │ │ ├── thumpsup_02.png │ │ ├── thumpsup_03.png │ │ ├── thumpsup_04.png │ │ ├── thumpsup_05.png │ │ ├── thumpsup_06.png │ │ ├── thumpsup_07.png │ │ ├── thumpsup_08.png │ │ ├── thumpsup_09.png │ │ └── thumpsup_10.png │ │ └── walking │ │ ├── walking_00.png │ │ ├── walking_01.png │ │ ├── walking_02.png │ │ ├── walking_03.png │ │ ├── walking_04.png │ │ ├── walking_05.png │ │ ├── walking_06.png │ │ ├── walking_07.png │ │ ├── walking_08.png │ │ ├── walking_09.png │ │ ├── walking_10.png │ │ ├── walking_11.png │ │ ├── walking_12.png │ │ ├── walking_13.png │ │ ├── walking_14.png │ │ ├── walking_15.png │ │ ├── walking_16.png │ │ ├── walking_17.png │ │ ├── walking_18.png │ │ ├── walking_19.png │ │ └── walking_20.png ├── pip card.sll └── pip card.spj └── SLS Lilygo 1.64 ├── Themes.slt ├── assets ├── Fonts │ ├── Jersey10-Regular.ttf │ ├── ui_font_J140.bin │ ├── ui_font_J140.c │ ├── ui_font_J140.fcfg │ ├── ui_font_J30.bin │ ├── ui_font_J30.c │ ├── ui_font_J30.fcfg │ ├── ui_font_J35.bin │ ├── ui_font_J35.c │ ├── ui_font_J35.fcfg │ ├── ui_font_J60.bin │ ├── ui_font_J60.c │ └── ui_font_J60.fcfg └── Images │ ├── battery.png │ ├── button_checked.png │ ├── compass.png │ ├── thumpsup │ ├── thumpsup_00.png │ ├── thumpsup_01.png │ ├── thumpsup_02.png │ ├── thumpsup_03.png │ ├── thumpsup_04.png │ ├── thumpsup_05.png │ ├── thumpsup_06.png │ ├── thumpsup_07.png │ ├── thumpsup_08.png │ ├── thumpsup_09.png │ └── thumpsup_10.png │ ├── vault logo.png │ └── walking │ ├── walking_00.png │ ├── walking_01.png │ ├── walking_02.png │ ├── walking_03.png │ ├── walking_04.png │ ├── walking_05.png │ ├── walking_06.png │ ├── walking_07.png │ ├── walking_08.png │ ├── walking_09.png │ ├── walking_10.png │ ├── walking_11.png │ ├── walking_12.png │ ├── walking_13.png │ ├── walking_14.png │ ├── walking_15.png │ ├── walking_16.png │ ├── walking_17.png │ ├── walking_18.png │ ├── walking_19.png │ └── walking_20.png ├── backup ├── pip boy_backup04.zip └── pip boy_backup05.zip ├── pip boy.sll └── pip boy.spj /Cardputer bin/PIO Cardputer SD Card Configuration Loader/lib/ui/src/readme.txt: -------------------------------------------------------------------------------- 1 | The UI files will be exported here 2 | -------------------------------------------------------------------------------- /Cardputer bin/PipBoy_Cardputer.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/Cardputer bin/PipBoy_Cardputer.bin -------------------------------------------------------------------------------- /Cardputer bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/Cardputer bin/README.md -------------------------------------------------------------------------------- /Cardputer bin/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/Cardputer bin/config.txt -------------------------------------------------------------------------------- /Elements/IMG_2923.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/Elements/IMG_2923.JPG -------------------------------------------------------------------------------- /PIO Cardputer/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/.gitignore -------------------------------------------------------------------------------- /PIO Cardputer/.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/.vscode/extensions.json -------------------------------------------------------------------------------- /PIO Cardputer/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/.vscode/settings.json -------------------------------------------------------------------------------- /PIO Cardputer/include/lv_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/include/lv_conf.h -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/library.properties -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/CMakeLists.txt -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/components/ui_comp_hook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/components/ui_comp_hook.c -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/filelist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/filelist.txt -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/fonts/ui_font_J20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/fonts/ui_font_J20.c -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/fonts/ui_font_J35.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/fonts/ui_font_J35.c -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/fonts/ui_font_J60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/fonts/ui_font_J60.c -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/fonts/ui_font_J70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/fonts/ui_font_J70.c -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/readme.txt: -------------------------------------------------------------------------------- 1 | The UI files will be exported here 2 | -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/screens/ui_Screen1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/screens/ui_Screen1.c -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/ui.c -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/ui.h -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/ui_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/ui_events.h -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/ui_helpers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/ui_helpers.c -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/src/ui_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/src/ui_helpers.h -------------------------------------------------------------------------------- /PIO Cardputer/lib/ui/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/lib/ui/ui.h -------------------------------------------------------------------------------- /PIO Cardputer/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/platformio.ini -------------------------------------------------------------------------------- /PIO Cardputer/src/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/src/Config.h -------------------------------------------------------------------------------- /PIO Cardputer/src/LEDHelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/src/LEDHelper.cpp -------------------------------------------------------------------------------- /PIO Cardputer/src/LEDHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/src/LEDHelper.h -------------------------------------------------------------------------------- /PIO Cardputer/src/WeatherHelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/src/WeatherHelper.cpp -------------------------------------------------------------------------------- /PIO Cardputer/src/WeatherHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/src/WeatherHelper.h -------------------------------------------------------------------------------- /PIO Cardputer/src/WiFiHelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/src/WiFiHelper.cpp -------------------------------------------------------------------------------- /PIO Cardputer/src/WiFiHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/src/WiFiHelper.h -------------------------------------------------------------------------------- /PIO Cardputer/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Cardputer/src/main.cpp -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/library.properties -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_G.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_G.cpp -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_G.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_G.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_GFX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_GFX.cpp -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_GFX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_GFX.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_TFT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_TFT.cpp -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_TFT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/Arduino_TFT.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/font/glcdfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/font/glcdfont.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/gfxfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/Arduino_GFX-1.3.7/src/gfxfont.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/Mylibrary/pin_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/Mylibrary/pin_config.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lv_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lv_conf.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.codecov.yml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.editorconfig -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | open_collective: lvgl 2 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.github/auto-comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.github/auto-comment.yml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.github/pull_request_template.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.github/workflows/arduino.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.github/workflows/arduino.yml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.github/workflows/ccpp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.github/workflows/ccpp.yml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.github/workflows/check_conf.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.github/workflows/check_conf.yml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.github/workflows/check_style.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.github/workflows/check_style.yml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.github/workflows/main.yml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.github/workflows/makefile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.github/workflows/makefile.yml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.github/workflows/release.yml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.gitignore -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/.pre-commit-config.yaml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/CMakeLists.txt -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/Kconfig -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/LICENCE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/LICENCE.txt -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/README.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/README_pt_BR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/README_pt_BR.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/README_zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/README_zh.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/SConscript -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/component.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/component.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/README.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/benchmark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/benchmark/README.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/benchmark/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/benchmark/screenshot1.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/benchmark/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/benchmark/screenshot2.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/keypad_encoder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/keypad_encoder/README.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/lv_demos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/lv_demos.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/lv_demos.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/lv_demos.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/README.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/assets/spectrum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/assets/spectrum.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/assets/spectrum_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/assets/spectrum_1.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/assets/spectrum_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/assets/spectrum_2.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/assets/spectrum_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/assets/spectrum_3.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music_list.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music_list.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music_main.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/lv_demo_music_main.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/music/screenshot1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/music/screenshot1.gif -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/stress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/stress/README.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/stress/lv_demo_stress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/stress/lv_demo_stress.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/stress/lv_demo_stress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/stress/lv_demo_stress.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/stress/screenshot1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/stress/screenshot1.gif -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/stress/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/stress/screenshot1.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/widgets/assets/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/widgets/assets/avatar.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/widgets/assets/clothes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/widgets/assets/clothes.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/widgets/lv_demo_widgets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/widgets/lv_demo_widgets.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/widgets/lv_demo_widgets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/widgets/lv_demo_widgets.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/widgets/lv_demo_widgets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/widgets/lv_demo_widgets.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/widgets/screenshot1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/widgets/screenshot1.gif -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/demos/widgets/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/demos/widgets/screenshot1.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/CHANGELOG.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/CODING_STYLE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/CODING_STYLE.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/CONTRIBUTING.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/ROADMAP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/ROADMAP.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_ext/lv_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_ext/lv_example.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_static/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_static/css/custom.css -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_1.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_2.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_3.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_4.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_5.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_6.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_static/img/home_banner.jpg -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_static/js/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_static/js/custom.js -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_templates/layout.html -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/_templates/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/_templates/page.html -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/build.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/conf.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/example_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/example_list.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/favicon.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/get-started/bindings/cpp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/get-started/bindings/cpp.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/get-started/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/get-started/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/get-started/os/freertos.md: -------------------------------------------------------------------------------- 1 | # FreeRTOS 2 | 3 | TODO -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/get-started/os/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/get-started/os/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/get-started/os/nuttx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/get-started/os/nuttx.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/get-started/os/rt-thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/get-started/os/rt-thread.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/get-started/os/zephyr.md: -------------------------------------------------------------------------------- 1 | # Zephyr 2 | 3 | TODO -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/get-started/platforms/nxp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/get-started/platforms/nxp.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/get-started/platforms/stm32.md: -------------------------------------------------------------------------------- 1 | 2 | # STM32 3 | 4 | TODO 5 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/intro/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/intro/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/layouts/flex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/layouts/flex.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/layouts/grid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/layouts/grid.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/layouts/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/layouts/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/libs/bmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/libs/bmp.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/libs/ffmpeg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/libs/ffmpeg.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/libs/freetype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/libs/freetype.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/libs/fsdrv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/libs/fsdrv.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/libs/gif.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/libs/gif.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/libs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/libs/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/libs/png.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/libs/png.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/libs/qrcode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/libs/qrcode.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/libs/rlottie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/libs/rlottie.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/libs/sjpg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/libs/sjpg.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/libs/tiny_ttf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/libs/tiny_ttf.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/logo_lvgl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/logo_lvgl.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/align.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/anim-timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/anim-timeline.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/bidi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/bidi.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/boxmodel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/boxmodel.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/btn_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/btn_example.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/codeblocks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/codeblocks.jpg -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/eclipse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/eclipse.jpg -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/layers.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/par_child1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/par_child1.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/par_child2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/par_child2.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/par_child3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/par_child3.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/platformio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/platformio.jpg -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/qtcreator.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/qtcreator.jpg -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/symbols.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/symbols.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/sys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/sys.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/misc/visualstudio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/misc/visualstudio.jpg -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/others/fragment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/others/fragment.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/others/gridnav.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/others/gridnav.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/others/ime_pinyin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/others/ime_pinyin.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/others/imgfont.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/others/imgfont.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/others/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/others/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/others/monkey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/others/monkey.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/others/msg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/others/msg.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/others/snapshot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/others/snapshot.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/animation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/animation.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/color.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/coords.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/coords.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/display.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/display.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/drawing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/drawing.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/event.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/file-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/file-system.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/font.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/font.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/image.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/indev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/indev.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/layer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/layer.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/new_widget.md: -------------------------------------------------------------------------------- 1 | 2 | # New widget 3 | 4 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/object.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/renderers/arm-2d.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/renderers/arm-2d.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/renderers/dma2d.md: -------------------------------------------------------------------------------- 1 | # DMA2D GPU 2 | 3 | TODO 4 | 5 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/renderers/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/renderers/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/renderers/pxp-vglite.md: -------------------------------------------------------------------------------- 1 | # NXP PXP and VGLite GPU 2 | 3 | TODO 4 | 5 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/renderers/sdl.md: -------------------------------------------------------------------------------- 1 | # SDL renderer 2 | 3 | TODO 4 | 5 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/renderers/sw.md: -------------------------------------------------------------------------------- 1 | # Software renderer 2 | 3 | TODO 4 | 5 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/scroll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/scroll.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/style-props.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/style-props.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/style.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/style.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/overview/timer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/overview/timer.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/porting/display.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/porting/display.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/porting/gpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/porting/gpu.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/porting/indev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/porting/indev.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/porting/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/porting/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/porting/log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/porting/log.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/porting/os.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/porting/os.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/porting/project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/porting/project.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/porting/sleep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/porting/sleep.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/porting/tick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/porting/tick.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/porting/timer-handler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/porting/timer-handler.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/requirements.txt -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/arc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/arc.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/bar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/bar.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/btn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/btn.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/btnmatrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/btnmatrix.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/canvas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/canvas.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/checkbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/checkbox.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/dropdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/dropdown.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/img.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/img.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/label.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/label.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/line.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/line.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/roller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/roller.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/slider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/slider.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/switch.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/table.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/textarea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/core/textarea.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/animimg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/animimg.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/calendar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/calendar.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/chart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/chart.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/colorwheel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/colorwheel.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/imgbtn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/imgbtn.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/keyboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/keyboard.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/led.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/led.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/list.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/menu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/menu.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/meter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/meter.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/msgbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/msgbox.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/span.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/span.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/spinbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/spinbox.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/spinner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/spinner.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/tabview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/tabview.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/tileview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/tileview.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/win.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/extra/win.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/index.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/docs/widgets/obj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/docs/widgets/obj.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/env_support/cmake/custom.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/env_support/cmake/custom.cmake -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/env_support/cmake/esp.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/env_support/cmake/esp.cmake -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/env_support/cmake/zephyr.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/env_support/cmake/zephyr.cmake -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/env_support/cmsis-pack/LVGL.pidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/env_support/cmsis-pack/LVGL.pidx -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/env_support/cmsis-pack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/env_support/cmsis-pack/README.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/env_support/rt-thread/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/env_support/rt-thread/SConscript -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/env_support/zephyr/module.yml: -------------------------------------------------------------------------------- 1 | build: 2 | cmake: . 3 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/anim/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/anim/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/anim/lv_example_anim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/anim/lv_example_anim.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/anim/lv_example_anim_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/anim/lv_example_anim_1.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/anim/lv_example_anim_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/anim/lv_example_anim_2.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/anim/lv_example_anim_3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/anim/lv_example_anim_3.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg001.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg001.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg001.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg002.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg002.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg002.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg003.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg003.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/animimg003.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/caret_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/caret_down.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/emoji/F600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/emoji/F600.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/img_caret_down.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/img_caret_down.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/img_hand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/img_hand.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/img_hand_hour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/img_hand_hour.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/img_hand_min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/img_hand_min.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/img_skew_strip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/img_skew_strip.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/img_star.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/img_star.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/img_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/img_star.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/img_strip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/img_strip.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_left.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_left.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_left.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_mid.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_mid.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_right.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_right.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/assets/imgbtn_right.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/event/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/event/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/event/lv_example_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/event/lv_example_event.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/get_started/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/get_started/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/header.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/header.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/layouts/flex/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/layouts/flex/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/layouts/grid/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/layouts/grid/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/bmp/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/bmp/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/ffmpeg/birds.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/ffmpeg/birds.mp4 -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/ffmpeg/ffmpeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/ffmpeg/ffmpeg.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/ffmpeg/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/ffmpeg/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/freetype/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/freetype/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/gif/bulb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/gif/bulb.gif -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/gif/img_bulb_gif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/gif/img_bulb_gif.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/gif/img_bulb_gif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/gif/img_bulb_gif.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/gif/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/gif/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/lv_example_libs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/lv_example_libs.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/png/img_wink_png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/png/img_wink_png.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/png/img_wink_png.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/png/img_wink_png.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/png/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/png/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/png/wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/png/wink.png -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/qrcode/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/qrcode/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/rlottie/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/rlottie/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/libs/sjpg/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/libs/sjpg/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/lv_examples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/lv_examples.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/lv_examples.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/lv_examples.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/others/gridnav/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/others/gridnav/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/others/ime/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/others/ime/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/others/imgfont/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/others/imgfont/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/others/monkey/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/others/monkey/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/others/msg/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/others/msg/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/scroll/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/scroll/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/styles/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/styles/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/test_ex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/test_ex.sh -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/arc/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/arc/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/bar/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/bar/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/bar/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/bar/test.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/btn/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/btn/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/canvas/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/canvas/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/chart/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/chart/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/img/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/img/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/imgbtn/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/imgbtn/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/label/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/label/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/led/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/led/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/line/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/line/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/list/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/list/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/list/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/list/test.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/menu/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/menu/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/meter/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/meter/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/msgbox/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/msgbox/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/obj/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/obj/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/roller/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/roller/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/slider/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/slider/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/span/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/span/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/switch/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/switch/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/table/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/table/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/examples/widgets/win/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/examples/widgets/win/index.rst -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/idf_component.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/idf_component.yml -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/library.json -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/library.properties -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/lv_conf_template.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/lv_conf_template.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/lvgl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/lvgl.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/lvgl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/lvgl.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/.gitignore: -------------------------------------------------------------------------------- 1 | CHANGELOG_LAST.md 2 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/Doxyfile -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/build_html_examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/build_html_examples.sh -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/built_in_font/SimSun.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/built_in_font/SimSun.woff -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/changelog-template.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/changelog-template.hbs -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/changelog_gen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/changelog_gen.sh -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/code-format.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/code-format.cfg -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/code-format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/code-format.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/cppcheck_run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/cppcheck_run.sh -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/filetohex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/filetohex.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/find_version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/find_version.sh -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/genexamplelist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/genexamplelist.sh -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/infer_run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/infer_run.sh -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/install-prerequisites.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/install-prerequisites.sh -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/jpg_to_sjpg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/jpg_to_sjpg.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/lv_conf_internal_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/lv_conf_internal_gen.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/release/com.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/release/com.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/release/commits.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/release/patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/release/patch.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/release/release.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/release/release.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/scripts/style_api_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/scripts/style_api_gen.py -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_core.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_core.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_disp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_disp.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_disp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_disp.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_event.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_event.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_group.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_group.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_group.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_group.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_indev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_indev.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_indev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_indev.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_indev_scroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_indev_scroll.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_indev_scroll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_indev_scroll.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_class.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_class.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_class.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_class.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_draw.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_draw.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_pos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_pos.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_pos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_pos.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_scroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_scroll.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_scroll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_scroll.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_style.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_style.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_style.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_style.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_style_gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_style_gen.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_style_gen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_style_gen.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_tree.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_obj_tree.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_refr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_refr.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_refr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_refr.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_theme.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_theme.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/core/lv_theme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/core/lv_theme.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/arm2d/lv_draw_arm2d.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/arm2d/lv_draw_arm2d.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/arm2d/lv_gpu_arm2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/arm2d/lv_gpu_arm2d.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/arm2d/lv_gpu_arm2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/arm2d/lv_gpu_arm2d.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_arc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_arc.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_arc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_arc.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_img.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_img.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_img.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_img.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_label.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_label.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_layer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_layer.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_layer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_layer.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_line.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_line.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_line.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_line.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_mask.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_mask.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_mask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_mask.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_rect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_rect.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_rect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_rect.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_transform.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_transform.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_transform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_transform.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_triangle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_triangle.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_triangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_draw_triangle.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_buf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_buf.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_buf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_buf.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_cache.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_cache.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_decoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_decoder.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/lv_img_decoder.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/nxp/lv_draw_nxp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/nxp/lv_draw_nxp.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/nxp/pxp/lv_draw_pxp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/nxp/pxp/lv_draw_pxp.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/nxp/pxp/lv_draw_pxp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/nxp/pxp/lv_draw_pxp.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/nxp/pxp/lv_gpu_nxp_pxp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/nxp/pxp/lv_gpu_nxp_pxp.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/nxp/pxp/lv_gpu_nxp_pxp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/nxp/pxp/lv_gpu_nxp_pxp.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/README.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_arc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_arc.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_bg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_bg.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_img.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_img.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_img.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_img.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_label.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_layer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_layer.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_layer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_layer.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_line.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_line.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_mask.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_mask.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_mask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_mask.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_priv.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_rect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_rect.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_rect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_rect.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_utils.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sdl/lv_draw_sdl_utils.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_arc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_arc.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_blend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_blend.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_blend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_blend.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_dither.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_dither.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_dither.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_dither.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_gradient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_gradient.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_gradient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_gradient.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_img.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_img.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_layer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_layer.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_letter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_letter.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_line.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_line.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_polygon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_polygon.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_rect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/draw/sw/lv_draw_sw_rect.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/README.md -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/layouts/flex/lv_flex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/layouts/flex/lv_flex.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/layouts/flex/lv_flex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/layouts/flex/lv_flex.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/layouts/grid/lv_grid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/layouts/grid/lv_grid.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/layouts/lv_layouts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/layouts/lv_layouts.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/bmp/lv_bmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/bmp/lv_bmp.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/bmp/lv_bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/bmp/lv_bmp.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/gif/gifdec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/gif/gifdec.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/gif/gifdec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/gif/gifdec.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/gif/lv_gif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/gif/lv_gif.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/gif/lv_gif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/gif/lv_gif.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/lv_libs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/lv_libs.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/png/lodepng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/png/lodepng.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/png/lodepng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/png/lodepng.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/png/lv_png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/png/lv_png.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/png/lv_png.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/png/lv_png.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/sjpg/lv_sjpg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/sjpg/lv_sjpg.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/sjpg/lv_sjpg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/sjpg/lv_sjpg.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/sjpg/tjpgd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/sjpg/tjpgd.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/sjpg/tjpgd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/sjpg/tjpgd.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/libs/sjpg/tjpgdcnf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/libs/sjpg/tjpgdcnf.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/lv_extra.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/lv_extra.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/lv_extra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/lv_extra.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/lv_extra.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/lv_extra.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/others/fragment/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/others/lv_others.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/others/lv_others.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/others/msg/lv_msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/others/msg/lv_msg.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/others/msg/lv_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/others/msg/lv_msg.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/themes/lv_themes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/themes/lv_themes.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/widgets/led/lv_led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/widgets/led/lv_led.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/widgets/led/lv_led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/widgets/led/lv_led.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/widgets/lv_widgets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/widgets/lv_widgets.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/widgets/win/lv_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/widgets/win/lv_win.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/extra/widgets/win/lv_win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/extra/widgets/win/lv_win.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/font/korean.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/font/korean.ttf -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/font/lv_font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/font/lv_font.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/font/lv_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/font/lv_font.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/font/lv_font.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/font/lv_font.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_fmt_txt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_fmt_txt.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_fmt_txt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_fmt_txt.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_loader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_loader.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_loader.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_unscii_16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_unscii_16.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_unscii_8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/font/lv_font_unscii_8.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/font/lv_symbol_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/font/lv_symbol_def.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_disp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_disp.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_disp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_disp.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_indev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_indev.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_indev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_indev.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_tick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_tick.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_tick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/hal/lv_hal_tick.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/lv_api_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/lv_api_map.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/lv_conf_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/lv_conf_internal.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/lv_conf_kconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/lv_conf_kconfig.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/lvgl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/lvgl.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_anim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_anim.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_anim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_anim.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_anim_timeline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_anim_timeline.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_anim_timeline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_anim_timeline.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_area.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_area.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_area.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_area.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_assert.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_async.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_async.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_async.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_async.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_bidi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_bidi.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_bidi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_bidi.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_color.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_color.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_color.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_fs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_fs.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_fs.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_gc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_gc.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_gc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_gc.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_ll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_ll.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_ll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_ll.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_log.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_log.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_lru.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_lru.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_lru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_lru.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_math.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_math.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_math.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_mem.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_mem.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_misc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_misc.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_printf.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_printf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_printf.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_style.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_style.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_style.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_style.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_style_gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_style_gen.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_style_gen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_style_gen.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_templ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_templ.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_templ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_templ.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_timer.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_timer.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_tlsf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_tlsf.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_tlsf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_tlsf.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_txt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_txt.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_txt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_txt.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_txt_ap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_txt_ap.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_txt_ap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_txt_ap.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_types.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_utils.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/misc/lv_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/misc/lv_utils.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_arc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_arc.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_arc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_arc.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_bar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_bar.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_bar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_bar.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_btn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_btn.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_btn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_btn.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_btnmatrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_btnmatrix.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_btnmatrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_btnmatrix.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_canvas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_canvas.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_canvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_canvas.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_checkbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_checkbox.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_checkbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_checkbox.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_dropdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_dropdown.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_dropdown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_dropdown.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_img.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_img.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_img.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_img.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_label.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_label.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_line.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_line.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_line.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_line.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_objx_templ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_objx_templ.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_objx_templ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_objx_templ.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_roller.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_roller.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_roller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_roller.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_slider.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_slider.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_slider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_slider.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_switch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_switch.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_switch.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_table.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_table.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_textarea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_textarea.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_textarea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_textarea.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_widgets.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/lvgl/src/widgets/lv_widgets.mk -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/library.properties -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/CMakeLists.txt -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/components/ui_comp_hook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/components/ui_comp_hook.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/filelist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/filelist.txt -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J140.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J140.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J25.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J25.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J30.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J30.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J35.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J35.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J60.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J65.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/fonts/ui_font_J65.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305208831.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305208831.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305209856.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305209856.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305210881.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305210881.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305211906.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305211906.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305213179.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305213179.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305214204.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305214204.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305215229.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305215229.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305216254.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305216254.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305217543.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305217543.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305218568.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_1305218568.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_497348122.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_497348122.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_497349147.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_497349147.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_497350172.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_497350172.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_497351197.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_497351197.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_497352470.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_497352470.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_497353495.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_497353495.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_497354520.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_497354520.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/images/ui_img_497355545.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/images/ui_img_497355545.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/readme.txt: -------------------------------------------------------------------------------- 1 | The UI files will be exported here 2 | -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/screens/ui_Screen1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/screens/ui_Screen1.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/ui.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/ui.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/ui_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/ui_events.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/ui_helpers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/ui_helpers.c -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/src/ui_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/src/ui_helpers.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/lib/ui/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/lib/ui/ui.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/platformio.ini -------------------------------------------------------------------------------- /PIO Lilygo 1.64/src/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/src/Config.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/src/WeatherHelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/src/WeatherHelper.cpp -------------------------------------------------------------------------------- /PIO Lilygo 1.64/src/WeatherHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/src/WeatherHelper.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/src/WiFiHelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/src/WiFiHelper.cpp -------------------------------------------------------------------------------- /PIO Lilygo 1.64/src/WiFiHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/src/WiFiHelper.h -------------------------------------------------------------------------------- /PIO Lilygo 1.64/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/PIO Lilygo 1.64/src/main.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/README.md -------------------------------------------------------------------------------- /SLS Cardputer/Themes.slt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/Themes.slt -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/Jersey10-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/Jersey10-Regular.ttf -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J20.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J20.bin -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J20.c -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J20.fcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J20.fcfg -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J35.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J35.bin -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J35.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J35.c -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J35.fcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J35.fcfg -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J60.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J60.bin -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J60.c -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J60.fcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J60.fcfg -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J70.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J70.bin -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J70.c -------------------------------------------------------------------------------- /SLS Cardputer/assets/Fonts/ui_font_J70.fcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Fonts/ui_font_J70.fcfg -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/battery.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/button_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/button_checked.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/thumpsup/thumpsup_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/thumpsup/thumpsup_00.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/thumpsup/thumpsup_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/thumpsup/thumpsup_01.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/thumpsup/thumpsup_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/thumpsup/thumpsup_02.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/thumpsup/thumpsup_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/thumpsup/thumpsup_03.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/thumpsup/thumpsup_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/thumpsup/thumpsup_04.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/thumpsup/thumpsup_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/thumpsup/thumpsup_05.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/thumpsup/thumpsup_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/thumpsup/thumpsup_06.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/thumpsup/thumpsup_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/thumpsup/thumpsup_07.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/thumpsup/thumpsup_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/thumpsup/thumpsup_08.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/thumpsup/thumpsup_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/thumpsup/thumpsup_09.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/thumpsup/thumpsup_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/thumpsup/thumpsup_10.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_00.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_01.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_02.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_03.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_04.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_05.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_06.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_07.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_08.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_09.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_10.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_11.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_12.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_13.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_14.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_15.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_16.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_17.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_18.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_19.png -------------------------------------------------------------------------------- /SLS Cardputer/assets/Images/walking/walking_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/assets/Images/walking/walking_20.png -------------------------------------------------------------------------------- /SLS Cardputer/pip card.sll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/pip card.sll -------------------------------------------------------------------------------- /SLS Cardputer/pip card.spj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Cardputer/pip card.spj -------------------------------------------------------------------------------- /SLS Lilygo 1.64/Themes.slt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/Themes.slt -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/Jersey10-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/Jersey10-Regular.ttf -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J140.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J140.bin -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J140.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J140.c -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J140.fcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J140.fcfg -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J30.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J30.bin -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J30.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J30.c -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J30.fcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J30.fcfg -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J35.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J35.bin -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J35.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J35.c -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J35.fcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J35.fcfg -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J60.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J60.bin -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J60.c -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Fonts/ui_font_J60.fcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Fonts/ui_font_J60.fcfg -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/battery.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/button_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/button_checked.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/compass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/compass.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_00.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_01.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_02.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_03.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_04.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_05.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_06.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_07.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_08.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_09.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/thumpsup/thumpsup_10.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/vault logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/vault logo.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_00.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_01.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_02.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_03.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_04.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_05.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_06.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_07.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_08.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_09.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_10.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_11.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_12.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_13.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_14.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_15.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_16.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_17.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_18.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_19.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/assets/Images/walking/walking_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/assets/Images/walking/walking_20.png -------------------------------------------------------------------------------- /SLS Lilygo 1.64/backup/pip boy_backup04.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/backup/pip boy_backup04.zip -------------------------------------------------------------------------------- /SLS Lilygo 1.64/backup/pip boy_backup05.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/backup/pip boy_backup05.zip -------------------------------------------------------------------------------- /SLS Lilygo 1.64/pip boy.sll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/pip boy.sll -------------------------------------------------------------------------------- /SLS Lilygo 1.64/pip boy.spj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nishad2m8/Pip-Boy-Weather-Clock/HEAD/SLS Lilygo 1.64/pip boy.spj --------------------------------------------------------------------------------