mirror of
https://github.com/Godzil/MB701-Reverse.git
synced 2025-12-12 09:58:57 +01:00
Draw pixel command may not store pixel count properly.
Added a note in the documentation about that.
This commit is contained in:
parent
4208cb915d
commit
2fdda6abc9
9
PTCR.md
9
PTCR.md
@ -53,6 +53,15 @@ V
|
|||||||
- `F0 0A 14 01 34 40`: 1 pixel at [13;16]
|
- `F0 0A 14 01 34 40`: 1 pixel at [13;16]
|
||||||
- `F0 0A 11 05 30 4C 66 66`: 5 pixels at [12;19], [13;19], [14;19], [15;19], [16;19]
|
- `F0 0A 11 05 30 4C 66 66`: 5 pixels at [12;19], [13;19], [14;19], [15;19], [16;19]
|
||||||
|
|
||||||
|
#### Note
|
||||||
|
|
||||||
|
Some of the files stored in the device seems to not store the right value for pixel count,
|
||||||
|
but when counting they have not more than 255 pixels, so it's a bit unclear why. Need more investigation on that.
|
||||||
|
Also it is unknown at the moment what happen if there are more than 255 pixels in one stroke, which is technically
|
||||||
|
possible as 32x32 pixel = 1024.
|
||||||
|
|
||||||
|
> After some test, well it seems drawing too many pixel in one stroke do crash the art board :-)
|
||||||
|
|
||||||
|
|
||||||
### F1: drawLine
|
### F1: drawLine
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user