# mixmath **Repository Path**: bnu_mixly/mixmath ## Basic Information - **Project Name**: mixmath - **Description**: mixmath - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-19 - **Last Updated**: 2026-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Omega 全功能移植 — Mixly 元控板 2.4"(ESP32-S3R8) 自包含工程:除 ESP-IDF 外不依赖本目录以外的任何源码。 ## 硬件 - ESP32-S3R8,**8MB PSRAM**,**16MB Flash** - 2.4" ST7789 320×240(逻辑横屏) - 六键:ADC(GPIO13) 方向+OK,GPIO0=Back;无开机键,上电进首页 ## 目录 ``` esp32_s3/ omega/ # Ion / Kandinsky / Escher / Poincare / Apps / Python generated/ # i18n、字体、图标、apps_layout、palette components/omega/ main/ tools/ # 字体/图标/源码收集脚本 ``` ## 编译 ```bat d:\MixMath\esp-idf-v5.3.2\export.bat cd /d d:\MixMath\esp32_s3 idf.py set-target esp32s3 idf.py build idf.py -p COMx flash monitor ``` 产物:`build/omega_esp32s3.bin`(约 1.6MB;app 分区 15MB)。 ## 重新生成源列表 / 资源 ```bat python tools\collect_sources.py python tools\rasterize_font.py ... python tools\inline_png.py ... ```