Ok Steve, now you are just showing off!
I think you are having way more fun here than anyone should be allowed. :)
Ken
On 12/22/20 11:38 AM, Stephen Adolph wrote:
Making good progress on integrating the VT100 driver into REX. A lot
trickier than I expected!
Anyhow an interesting side effect -
Model 100/Tandy 102 can actually drive the LCD and 2 external screens
at the same time.
Within a basic program it is possible to switch within a program using
SCREEN 0 (or 1 or 2).
0 = LCD
1 = RS232
2 = BCRhack(TTL serial)
So, I have this little demo running where I have text scrolling on all
3 screens.
..Steve