Commit Graph

8 Commits

Author SHA1 Message Date
Kartik Agaram a99775b445 7695 - baremetal: second bg assertion for spaces
When I'm also checking graphemes I assume that spaces can be in other bg
colors. However, if I want to closely check the bg color for a cell with
a space in it (ahem, cursor), I have to check the color in isolation.
2021-02-07 21:12:11 -08:00
Kartik Agaram 1d7aae96f0 7694 - baremetal: asserting bg color in tests 2021-02-07 20:51:54 -08:00
Kartik Agaram 8f34dfd1e0 7693 - baremetal: pass background color everywhere 2021-02-07 15:50:16 -08:00
Kartik Agaram 74f1512ff1 7690
Convert comments about magic constants into metadata.
2021-02-07 00:20:29 -08:00
Kartik Agaram a51bc7a1e0 7541 - baremetal: debug screen test helpers 2021-01-22 20:55:57 -08:00
Kartik Agaram c5b573cf83 7535 2021-01-17 10:49:23 -08:00
Kartik Agaram 9822a2429f 7533
Both issues of commit 7531 fixed.
2021-01-16 20:56:28 -08:00
Kartik Agaram 966daf1473 7531 - checking fake screens
This uncovers two open issues:
* incrementing the cursor after drawing a single grapheme
* needing to clear background pixels when drawing a grapheme
2021-01-16 16:41:39 -08:00