gitextract_n9e5hryi/ ├── .gitattributes ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── documents/ │ └── Pictures/ │ └── enable_lcd_1in3 ├── main.c └── project/ └── mdk/ ├── DebugConfig/ │ ├── AC6-DebugInSRAM_RP2040_Core0_1.0.0.dbgconf │ ├── AC6-RunInSRAM_RP2040_Core0_1.0.0.dbgconf │ └── AC6-flash_RP2040_Core0_1.0.0.dbgconf ├── RP2040.sct ├── RP2040_debug_in_sram.sct ├── RP2040_run_in_sram.sct ├── RTE/ │ ├── Acceleration/ │ │ ├── DigitsFont.c │ │ ├── GLCD_Fonts.c │ │ ├── alarm_clock_font32.c │ │ ├── alarm_clock_font64.c │ │ ├── arm_2d_cfg.h │ │ ├── arm_2d_disp_adapter_0.c │ │ ├── arm_2d_disp_adapter_0.h │ │ ├── arm_2d_scene_gas_gauge.c │ │ ├── arm_2d_scene_gas_gauge.h │ │ └── ttf2c.py │ ├── CMSIS-View/ │ │ └── EventRecorderConf.h │ ├── Compiler/ │ │ └── EventRecorderConf.h │ ├── Device/ │ │ └── RP2040_Core0/ │ │ ├── env_wrapper.h │ │ ├── rp2040.dbgconf │ │ ├── rp2040.sct │ │ ├── rp2040_no_flash.sct │ │ ├── startup_rp2040.c │ │ └── system_rp2040.c │ └── Utilities/ │ └── core_portme.h ├── arm_2d_scene_bubble_charging.c ├── arm_2d_scene_bubble_charging.h ├── debug_with_cmsis-dap.ini ├── debug_with_cmsis-dap_in_ram.ini ├── template.uvoptx └── template.uvprojx