Commit Graph

3 Commits

Author SHA1 Message Date
Mortdecai 871a5f387f fix: invert mouth curve (smile was rendering as frown); smoother blink
Parabola sign was backwards — positive curve bowed the center up, an
upside-down U. Also: lid reveal now sweeps bottom-up like a rising lid,
blink runs in smaller steps, and the pupil redraw waits until the lid
has actually cleared it instead of flashing through mid-blink.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 23:43:20 -04:00
Mortdecai 6dfa1d7fb4 fix: flicker-free delta redraws for pupils/lids; visible smile curve
Full-eye repaints on every pupil step and blink frame flickered badly on
the 8-bit bus. Pupils now erase/redraw only themselves; lids paint
incrementally (BG rect closing, sclera chords opening). Mouth curve
deepened 20->32px and mood tiers raised so mood ~60 reads as an actual
smile instead of a 6px bend.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 23:30:38 -04:00
Mortdecai 416bca9168 feat: googly desk pet — face engine, mood, touch reactions, EEPROM persistence
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 23:21:21 -04:00