# xdial_microblocks **Repository Path**: r-cute/xdial_microblocks ## Basic Information - **Project Name**: xdial_microblocks - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-25 - **Last Updated**: 2025-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xDial_microblocks * 编译方法参考了 https://app.milanote.com/1RF9OQ170Fgf3C?p=grpmYFQUVsg * 屏幕驱动 ``` lib_deps = Adafruit GFX Library Adafruit GC9A01A Adafruit BusIO ``` ## 固件 1. 下载 https://gitee.com/r-cute/xdial_microblocks/releases 2. 烧录 ```sh python -m esptool --chip esp32c3 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin ``` ## 问题: 目前屏幕是用了软件 SPI,刷新慢。但硬件 SPI 能编译却不能运行