about summary refs log tree commit diff stats
path: root/baremetal/ex6.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7535Kartik Agaram2021-01-171-2/+2
|
* 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.
* 7516Kartik Agaram2021-01-131-4/+4
|
* 7508Kartik Agaram2021-01-131-0/+7
| | | | | | This is the right way to be direction-independent. Don't save the cursor when drawing a single grapheme. Where the next char goes is just a property of the direction-oriented primitives.
* 7507 - baremetal: drawing text down then rightKartik Agaram2021-01-121-1/+6
|
* 7502 - baremetal text: better interfaceKartik Agaram2021-01-121-5/+8
|
* 7501 - baremetal: draw text within a rectangleKartik Agaram2021-01-121-0/+17