Conversation
…tion - Fixed post-image.sh to generate correct cmdline.txt for standalone SD boot (root=/dev/mmcblk0p2) - Added clear comments in post-image.sh distinguishing SD standalone vs network boot usage - Added full set of Pi4 reproduction and deployment scripts (pi4-rsh.sh, deploy-*, rsync, tftp sync, etc.) - Included Phase 2 handoff documents (PI4_PHASE2_EINK_HDMI_HANDOFF.md and Phase 2.5) - Added GUI responsiveness sprint documentation - Added slowos_pi4_defconfig, updated genimage.cfg, and critical rootfs_overlay additions (S99zeink, eink-bridge, panel config, etc.) - Added device-tree overlay (slowos-spidev-compat) and Phase 2 config.txt - GUI responsiveness work from the same development period This branch captures the complete e-ink-first + HDMI mirror development for standalone SD card use and handoff to other engineers.
strauhal
approved these changes
Jun 17, 2026
strauhal
pushed a commit
that referenced
this pull request
Jun 17, 2026
Resolves conflicts between Angel's pi4-eink-phase2-handoff branch and main. Key changes incorporated: - AnimationManager: window open/close with Mac-style zoom outlines - BoundedInputTelemetry: opt-in frame/input event logging to /tmp - Snapshot-based spotlight search (build once, filter per keystroke) - Process polling every frame + child-watch repaint timer - Conditional continuous repaint (animating/searching/selecting) - theme.rs: strip_tab param + consume_text_entry_keys, keep enter popup logic - ProcessManager: app_state_epoch, focus_app, running-flag epoch bump - input_telemetry_enabled() env-var gate in main.rs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SwqZqcpGhccbDtYgmdFFHp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the latest progress on the e-ink support with HDMI support for debug.
Most of the work was done on v0.2.2 and there are md files in the directory covering the milestones and limitations in software and hardware of this project so far.