wwww
修訂 | 0e77b69e98328860a69b28a021754ae22de4dc85 (tree) |
---|---|
時間 | 2016-05-04 06:27:54 |
作者 | sparky4 <sparky4@cock...> |
Commiter | sparky4 |
p16 screen design notes added to design.txt
@@ -72,3 +72,14 @@ be used to turn off stack checking, so no stack checking routines get called. | ||
72 | 72 | [15:07] joncampbell123m the simplest way is to compute a rectangle that covers them all |
73 | 73 | [15:07] joncampbell123m then redraw that. |
74 | 74 | [15:08] joncampbell123m Then optimize the code from there how you handle it |
75 | + | |
76 | + | |
77 | + | |
78 | + | |
79 | +screen set up 2 rendering screens lock together | |
80 | +1 scrolls the other one follow | |
81 | + | |
82 | +pointers from 2nd screen follows the 1st | |
83 | +size and dimentions and stuff are the same but addresses are different | |
84 | +data is different | |
85 | + |