alpha
Login
or
Join now
jmrp.io
/
kleidos
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/jmrplens/kleidos. Kleidos — Hardware BLE password manager for ESP32-S3 (M5StickC Plus2, StickS3, M5Stack Gray, T-Deck, Cardputer)
jmrplens.github.io/kleidos/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
kleidos
/
test
/
ui
/
test_layout_context
/
at
main
1 file
José M. Requena Plens
Render CoreInk text with the real AA fonts via ordered dither
3w ago
3e32babf
test_layout_context.cpp
Render CoreInk text with the real AA fonts via ordered dither The CoreInk e-paper drew UI text with the crude 5x7 bitmap font because the anti-aliased atlas path was gated off on monochrome panels. Enable it: CoreInk now uses the same Inter / JetBrains Mono atlases as the color fleet, mapping each glyph's coverage to ink/paper through an 8x8 Bayer ordered dither (with a small weight bias so hairlines survive on e-ink) instead of an RGB565 alpha blend. Sizes are raised to the e-ink legibility floor (body 16, title 24) via a per-device mono floor in the metrics resolver. The color alpha-blend path is unchanged and every native-scale color glyph stays byte-identical; the bitmap font remains compiled as a fallback. Claude-Session: https://claude.ai/code/session_01SV58JXhfxhhc9DC6vdjBo4
3 weeks ago