0f84463a9f
- Inbox -> archives/inbox_processed: ari_followup (Sardius), remarkable_inbox, tic_tac_toe_state - Inbox images -> resources/kids-os (KidsOS UI 2026-07-28) - Archives/travel/2026: Aeromexico HCYDNU confirmation + Hertz BOS L670EDC05D8 - Exports/calendars: all_flights, chiapas TGZ, maine BOS ICS - Areas: chiapas_trip_2026-09 (HCYDNU booked), trump_accounts_and_emi_board_2026 (Trump accounts + EMI FL board), operations audits (hermes migration + Apple Mail local research) - Projects new (enriched stubs from MEMORY.md): xiao_epaper 400x300 (5-pass grayscale), mac_privacy_migrations (Xcode signing), remarkable_pro workflow (132 + watchdog + art), tactility_humation_avatars (320x240 pre-render), voice_dev_infra (network map .102/.110/.150) - Paper-apps: restored detailed README (181 lines porting guide) + enriched paper_apps_golf_galaxy_zero project with full mechanics cross-ref - Maine wedding: Hertz rental 63 L670EDC05D8 + tolls (PlatePass vs SunPass PRO) — intentional addition kept - 220 Emerald: removed duplicate consolidated junk appended at end (142 lines clean) - Removed runtime logs: chrome.err (288 lines), chrome.log tracked -> now ignored per .gitignore - Clean empty inbox
36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
---
|
|
date: 2026-08-05
|
|
type: project
|
|
status: active
|
|
hardware: XIAO ESP32-C3 + Waveshare Pico ePaper 4.2
|
|
tags: [electronics, esp32, epaper, driver]
|
|
---
|
|
|
|
# Electronics - XIAO ESP32-C3 + Waveshare Pico ePaper
|
|
|
|
## Hardware
|
|
- XIAO ESP32-C3 (RISC-V)
|
|
- Waveshare Pico ePaper 4.2 (400x300 B/W SPI, 2-color)
|
|
- Prior C driver: Gitea adolforeyna/basic1
|
|
- Target: KidsOS / Tactility stable grayscale UI
|
|
|
|
## Display Driver Preference
|
|
- Stable pseudo-grayscale: clean full black/white reset + 5 selective fast partial passes
|
|
- White stays white, intermediate black drives distributed to avoid ghosting
|
|
- Avoid harsh black / ghosting — soft pencil aesthetic similar to reMarkable
|
|
- Method: full clean -> 5x selective fast partial passes distributed
|
|
|
|
## SPI Wiring
|
|
- Verify against Waveshare wiki: BUSY, RST, DC, CS, CLK, DIN + VCC/GND
|
|
|
|
## Related
|
|
- tactility_humation_mit_avatars_2026.md
|
|
- paper_apps_golf_galaxy_zero_2026.md — grid puzzles ideal for ePaper
|
|
|
|
## Next
|
|
- [ ] Port stable 5-pass grayscale method
|
|
- [ ] Test with XIAO SPI wiring
|
|
- [ ] Render Paper Apps GOLF tile on ePaper
|
|
|
|
[[Projects]] | [[Index]]
|