From 0e77b69e98328860a69b28a021754ae22de4dc85 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 3 May 2016 16:27:54 -0500 Subject: [PATCH] p16 screen design notes added to design.txt --- design.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/design.txt b/design.txt index a8c4c054..efb3250f 100755 --- a/design.txt +++ b/design.txt @@ -72,3 +72,14 @@ be used to turn off stack checking, so no stack checking routines get called. [15:07] joncampbell123m the simplest way is to compute a rectangle that covers them all [15:07] joncampbell123m then redraw that. [15:08] joncampbell123m Then optimize the code from there how you handle it + + + + +screen set up 2 rendering screens lock together +1 scrolls the other one follow + +pointers from 2nd screen follows the 1st +size and dimentions and stuff are the same but addresses are different +data is different + -- 2.39.2