unittester: Finish implementing 0x01 "Capture Screen Snapshot"

And it's looking like the overscan bounds and offset calculation will need to be correct.
Otherwise, things will break.
Let's see what happens when I get command 0x02 working...
This commit is contained in:
GreaseMonkey
2024-01-07 21:32:59 +13:00
parent d44c439bd8
commit 2e020584cf
2 changed files with 7 additions and 4 deletions

View File

@@ -101,8 +101,6 @@ This is an easy way to reset the status to 0x04 (no command in flight, not waiti
### 0x01: Capture Screen Snapshot
**TODO: IMPLEMENT ME!**
Captures a snapshot of the current screen state and stores it in the current snapshot buffer.
The initial state of the screen snapshot buffer has an image area of 0x0, an overscanned area of 0x0, and an image start offset of (0,0).