Files
eng-pad/app
Kyle Isom 73f35cd33d Navigate to editor on notebook creation, reduce flicker with double buffering
- Creating a notebook now auto-navigates to its first page editor
  (createNotebook returns ID via callback, triggers onNotebookClick)
- Double-buffered rendering: all layers composited to an off-screen
  bitmap before presenting to the display in a single drawBitmap call.
  Eliminates visible intermediate states (white flash between layers)
  that caused flicker on e-ink displays.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 21:59:56 -07:00
..