[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [N8VEM-S100:6572] Re: Propeller console IO board



I'm not as deep into the code as you guys, but on my ver 1.0 
prop i/o, I wanted a green/amber screen, like a CRT back in the day.
 
I only changed a few values in VGA_1024.spin and recompiled knowing
nothing about the language. Amber was a fail, but green looked ok and 
that's what I run now.

It's been so long I forgot how I did it, but here's a link;

http://www.vintage-computer.com/vcforum/archive/index.php/t-25520.html?s=cfa076101ff70dcdda1eca458260e735

Todd  



----- Original Message -----
From: "hlrjr via N8VEM-S100" <n8vem...@googlegroups.com>
To: n8vem...@googlegroups.com
Sent: Wednesday, March 18, 2015 6:28:40 PM GMT -06:00 US/Canada Central
Subject: [N8VEM-S100:6572] Re: Propeller console IO board



Hi Dave, 


I found the escape codes for changing color of characters when using a VT100. I agree with you that BOLD, BLINKING , and UNDERLINE may not be possible, but it would be nice to add color selection. The codes that I found are: 


ESC[3(0-7)m for the color of the character, where the second number can be 0=black,1=red,2=green,3=yellow,4=blue,5=magenta,6=cyan,7=white. For the background the code is ESC[4(0-7)m with the second number having the same color sequence. I was able to check the escape codes on the TeraTerm which is setup for VT100. 


I do not understand the spin programs so I am not sure how to construct the case situation for the "m" modification of the color. If I can help that would be great. 


Thanks, 
Harold 

On Friday, March 13, 2015 at 11:07:38 AM UTC-4, hl...@aol.com wrote: 



Hi all, 


Just finished the propeller console IO board and I have it running with the 8080A CPU board with Josh's rev 2.4 ROM. I downloaded the firmware to run the screen and keyboard as a VT100 terminal. That works pretty well but some of the ESC codes for screen control don't work. Has anyone done any more programming through Parallax on the .spin programs? 


Just curious. 


Thanks, 
Harold 

-- 
You received this message because you are subscribed to the Google Groups "N8VEM-S100" group. 
To unsubscribe from this group and stop receiving emails from it, send an email to n8vem-s100+...@googlegroups.com . 
For more options, visit https://groups.google.com/d/optout .