about summary refs log tree commit diff stats
path: root/baremetal/ex3.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7690Kartik Agaram2021-02-071-3/+3
| | | | Convert comments about magic constants into metadata.
* 7535Kartik Agaram2021-01-171-1/+1
|
* 7521 - new plan for testsKartik Agaram2021-01-151-1/+1
| | | | | | | | | | It's not really manageable to make the fake screen pixel-oriented. Feels excessive to compare things pixel by pixel when we will mostly be writing text to screen. It'll also make expected screen assertions more difficult to manage. So I'm not sure how to make assertions about pixels for now. Instead we'll introduce fake screens at draw-grapheme.
* 7486 - primitive for reading keysKartik Agaram2021-01-091-0/+31
It also clears keys after reading them, allowing us to read more than 16 keys.