Prop Quickstart and RCA.
fiero79
Posts: 8
I am using the TV_Text.spin file, and I would like to change the colors of the background, and font on the fly, maybe with an analog read or button interface... But I have not been able to change it in the software period, every variable that I think will change it does nothing... Still blue background white lettering. Also I would like to be able to change the font size, any help would be great. Tutorials already out there that can show, or just what variables need to be changed or even the right area to look.
Charlie
Charlie
Comments
You can use a different palette with the method "SetColors". The parameter in this case is the memory location with the new palette.
I haven't used TV_Text lately but I'm pretty sure I was able to change the color of text with the SetColor method.
The size is dependent on how many columns and rows you use.
I don't think the present code lets you change it on the fly.
These are the constants you'd need to change.
I don't recall the original values. I think the added notes were from my attempt to get the text to look good on a small (2.5") display.
charlie