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_text_box_component
/
at
main
1 file
José M. Requena Plens
Test the software clip and drawTextBox
7w ago
11167191
test_text_box_component.cpp
Test the software clip and drawTextBox Add host unit coverage for the new clip feature: - test_clip_window: the integer rect intersection and ClipWindow (full / partial / disjoint overlap, inactive pass-through, per-pixel membership). - test_display_graphics: a ClipSurface fake that honors a ClipWindow exactly like the drivers, asserting an armed clip drops every fill / single-pixel / text-glyph pixel outside the window (paintedOutside == 0) and that clearing the clip restores full-surface drawing. - test_text_box_component: drawTextBox wraps long text into multiple rows, arms one clip equal to the rect (then clipReset), draws every row under the active clip, cuts vertical overflow at the rect bottom, and the no-wrap / empty-input guards.
1 month ago