about summary refs log tree commit diff stats
path: root/baremetal/504test-screen.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7541 - baremetal: debug screen test helpersKartik Agaram2021-01-221-7/+25
|
* 7535Kartik Agaram2021-01-171-5/+5
|
* 7533Kartik Agaram2021-01-161-0/+5
| | | | Both issues of commit 7531 fixed.
* 7531 - checking fake screensKartik Agaram2021-01-161-0/+145
This uncovers two open issues: * incrementing the cursor after drawing a single grapheme * needing to clear background pixels when drawing a grapheme
=bd8ef7647b3c35d8989a52008885f270ec6f0864'>^
a8f9cf2c ^

efdc7b16 ^










9a735f62 ^
efdc7b16 ^









a8f9cf2c ^

efdc7b16 ^

a2853ab6 ^
f597489c ^
efdc7b16 ^


f597489c ^
efdc7b16 ^
f597489c ^


efdc7b16 ^

a8f9cf2c ^

efdc7b16 ^






f597489c ^
efdc7b16 ^






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92