Text locating on the screen
Rudy.W
Posts: 10
As I am pretty new on the Propeller and having difficulties with the "open mind" to this language due to· 20 years experience with all basic dialects I need some· help to locate the cursor for displaying text.
How do you locate next· string on the screen:
·print_string (string("Domotica system Hoofdstraat 2 Diever)
·I use the "VGA_tile_driver"
·Can anyone help?
How do you locate next· string on the screen:
·print_string (string("Domotica system Hoofdstraat 2 Diever)
·I use the "VGA_tile_driver"
·Can anyone help?
Comments
row:=15
col:=5
before the print statement.
Mascot
Is there anything i should know about this subject as I cannot find this in the manual.
The VGA-Tile drivers use the high-qualiy ROM font which is a good thing, as there are no interlacing issues with VGA...
I think the main challenge Chip addresses with this family of drivers was COG speed (= pixel clock)
Because the tiles are very fine at these higher resolutions, they can be nicely used with user defined patterns. This has to be arranged within the "print" routines