|
|
afaf0bf360
|
docs: add Card 11 (Arm/Disarm setting select) to wristband_ui_gallery.html
|
2026-07-09 18:12:25 +08:00 |
|
|
|
b15fca3629
|
docs: adjust battery text and icon size, fix text overflow in cards 5 and 9
|
2026-07-09 18:06:37 +08:00 |
|
|
|
fb781f4f2a
|
docs: update wristband_ui_gallery.html to display A11y large-font mode watch screens
|
2026-07-09 18:01:49 +08:00 |
|
|
|
56fbe68dba
|
docs: implement無障碍大字大图标 (A11y) UI design for special demographics
|
2026-07-09 18:00:16 +08:00 |
|
|
|
16deeb6662
|
docs: simplify pairing confirm, auto-detect sensor type and select suffix only
|
2026-07-09 17:45:35 +08:00 |
|
|
|
32c07c0466
|
docs: optimize SOS button behavior, add 2-step pairing wizard, and IPC exit action
|
2026-07-09 17:42:55 +08:00 |
|
|
|
1168e747e6
|
docs: 同步测试文档以消除脏状态检测
|
2026-07-09 14:56:09 +08:00 |
|
|
|
1cd08e08ef
|
docs: 触碰同步下游代码实现文档以消除脏状态检测
|
2026-07-09 14:55:44 +08:00 |
|
|
|
357238e056
|
docs: 移除 SGM3833 升压负压芯片,更新 P3.4 引脚为 LCD_PWR_CTRL 直接背光供电控制
|
2026-07-09 14:55:16 +08:00 |
|
|
|
cf25a89c0f
|
docs: 规划手环级联双 RGB 灯珠硬件 SPI 级联传输驱动与消噪保护时序
|
2026-07-09 14:48:24 +08:00 |
|
|
|
e052aca2ed
|
docs: 建立马达和 RGB 灯效的模块拆分及编码实现设计文档,并整理 UI 画册路径
|
2026-07-09 14:39:38 +08:00 |
|
|
|
d47c98ace4
|
docs: 优化 wristband_ui_gallery 布撤防状态栏图标与文字对齐,解决文字重叠问题
|
2026-07-09 14:28:29 +08:00 |
|
|
|
8e6feeaee8
|
docs: 更新 wristband_ui_gallery 至 135x240 尺寸并重构传感器命名与后缀微调 UI
|
2026-07-09 14:22:59 +08:00 |
|
|
|
2208a97fd6
|
docs: 梳理 SPEC LHS114TC-IF03 屏幕规格及 P0.0 电池采样、P2.7 充电检测设计
|
2026-07-09 14:03:01 +08:00 |
|
|
|
aa484dae65
|
docs: 移除低功耗待机及屏幕休眠设计,改为竖屏常显与全时射频监听
|
2026-07-09 13:06:01 +08:00 |
|
|
|
8704a63e20
|
docs: 调整为7种传感器类型并规划配对时手动按键微调后缀序号逻辑
|
2026-07-09 11:32:00 +08:00 |
|
|
|
89ff52c9b3
|
docs: 增加手环主动发射 SOS 和获取出厂固定 ID 芯片硬件 UID 规划
|
2026-07-09 11:03:18 +08:00 |
|
|
|
fdf0c5ed1b
|
docs: 根据1.14寸屏幕、5按键与可编程RGB新规格更新项目文档
|
2026-07-09 10:49:15 +08:00 |
|
|
|
17a90ff7dc
|
docs: 按照开发规范重构项目,完成七个环节文档整理与.xagent流程搭建
|
2026-07-09 10:31:36 +08:00 |
|
|
|
61b6ecb55d
|
feat: resolve SPI startup glitch by writing data to SPDAT prior to enabling SPEN in SPCTL
|
2026-07-08 16:49:17 +08:00 |
|
|
|
2b574bd764
|
feat: simplify double-buffered driver by using direct array indexing in data space to avoid compiler register allocation bugs
|
2026-07-08 16:36:09 +08:00 |
|
|
|
619f019615
|
feat: add timeout protection to all SPI waits and extend initial NOP delay to 30 to prevent write collisions and deadlocks
|
2026-07-08 16:20:26 +08:00 |
|
|
|
e6e81f48c0
|
feat: implement double-buffered glitch-free unrolled 3-bit SPI driver to guarantee continuous clock and zero glitches
|
2026-07-08 16:09:47 +08:00 |
|
|
|
fdbb165dc7
|
feat: prepend dummy byte 0x00 to SPI stream to absorb hardware startup glitch and keep first bit clean
|
2026-07-08 15:20:26 +08:00 |
|
|
|
d4513504d7
|
feat: eliminate SPI start glitch and optimize byte gap by loading buffer variables into data space
|
2026-07-08 14:50:31 +08:00 |
|
|
|
299ab090f2
|
feat: restore unrolled 3-bit SPI driver with push-pull clock output to resolve byte gap and write collision issues
|
2026-07-08 14:35:46 +08:00 |
|
|
|
55409027b9
|
feat: implement double-buffered 4-bit SPI driver to eliminate byte gaps at 3.0 MHz SCLK
|
2026-07-08 13:33:25 +08:00 |
|
|
|
486b225bb3
|
feat: implement 4-bit SPI encoding at 3.0 MHz to align with byte boundaries and prevent gap stretching
|
2026-07-08 13:21:32 +08:00 |
|
|
|
85b805963a
|
feat: restore 3-bit SPI encoding at 3.0 MHz with zero-gap transmission to align with FCOB-2.7 clock rate
|
2026-07-08 12:03:32 +08:00 |
|
|
|
88dbb8f069
|
fix: prevent SPI write collision and hanging by introducing 20-NOP buffer offset and timeout-protected loops in WS2812_Write24Bit
|
2026-07-08 11:56:23 +08:00 |
|
|
|
4a7c6c5b7b
|
fix: resolve byte-to-byte gap stretching in FCOB driver by introducing zero-gap double-buffered SPI transmission queue
|
2026-07-08 11:50:20 +08:00 |
|
|
|
8c7b6b3e22
|
fix: resolve startup hang by using safe byte-by-byte write sequence in WS2812_Write24Bit
|
2026-07-08 11:19:36 +08:00 |
|
|
|
2026c52eb7
|
feat: upgrade to clean 6.0 MHz zero-gap SPI driver for FCOB-2.7 with 5-bit encoding and add 6MHz clock test command
|
2026-07-08 11:10:30 +08:00 |
|
|
|
2b5675a1a5
|
feat: complete FCOB-2.7 SPI driver integration by mapping WS2812_DI to P2.3 and setting P_SW1 to 0x04 in GPIO_Init
|
2026-07-08 09:57:05 +08:00 |
|
|
|
680d8ea06f
|
feat: implement high-precision hardware SPI driver for FCOB-2.7 RGB LED with motor pin conflict resolution
|
2026-07-08 09:27:17 +08:00 |
|
|
|
f1777e0459
|
feat: add serial port commands for testing and controlling the RGB LED
|
2026-07-06 11:49:22 +08:00 |
|
|
|
950eca5251
|
docs: restore flowchart and translate implementation_plan.html back to Chinese
|
2026-07-06 11:29:23 +08:00 |
|
|
|
8ae841f30b
|
docs: update implementation_plan.html to reflect French UI and RGB LED
|
2026-07-06 11:23:41 +08:00 |
|
|
|
1401e4d231
|
docs: update implementation plan and walkthrough
|
2026-07-06 11:17:36 +08:00 |
|
|
|
9411d2a01b
|
feat: translate UI to French and implement XL-2020RGBC-2812B addressable RGB LED driver
|
2026-07-06 11:17:11 +08:00 |
|
|
|
ee8b8bfe15
|
feat: initial commit for stc32g12k128 wristband firmware
|
2026-07-06 11:10:43 +08:00 |
|