Large Charaters but only for some parts of the screen?
lmclaren
Posts: 104
Hi,
I am using "vga_1280x1024_tile_driver_with_cursor" to display text for my coffee roaster. I would like to have some larger characters to show the important variables.
I have played around drawing numbers using coloured spaces but it does not look too flash. Is there a way to reuse the internal font or even another font and draw larger characters?
I dont want to change the whole screen, only some parts.
many thanks
Lee
I am using "vga_1280x1024_tile_driver_with_cursor" to display text for my coffee roaster. I would like to have some larger characters to show the important variables.
I have played around drawing numbers using coloured spaces but it does not look too flash. Is there a way to reuse the internal font or even another font and draw larger characters?
I dont want to change the whole screen, only some parts.
many thanks
Lee
Comments
It has a small graphics area.
Also, at the bottom of this page:
http://www.rayslogic.com/propeller/Programming/Programming.htm
I've made some notes on how to move and resize that graphics area...
Going from XGA to SXGA is fairly straightforward although there is a diffence (as I recall) on how the tile area is encoded.
In one case the color bits are on the right side and in the other case the color bits are on the left side...
I also want to do a bar graph, I was going to make some custom characters that are say 1/4 1/2 /3/4 full block that I print to make a line that increases in 1/4 character steps.
Am I using the best video object for what I am trying to accomplish? eg, 80 char minimum wide, individual colour per character, max 3 cogs (gee, 2 would be nice!)?
With that, you can great and show large graphics without using graphics.spin...