Pi-cromite V5.4.05 with documentation


Author Message
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 9172
Posted: 09:02am 03 Sep 2017      

  Quote  is it any commands for clear console screen (type: CLS console) ?
Position cursor on console screen ?


There is now Note you can already change console size with OPTION DISLPAY height, width as per the Micromite

Please find attached version 5.4.07

2017-09-03_185823_mmbasic.zip


2017-09-03_185953_Pi-cromite_Manual.pdf

Changes are:

CLS CONSOLE 'Clears the text console

CURSOR MOVE x,y 'Moves the text console cursor position to the X,Y position specified

CURSOR COLOUR “fg”, “bc” 'Set the foreground and background colours for the text console. Only valid if OPTION COLOURCODE ON is set. Valid colours must be in quotes and are the normal 8 primaries RED, BLUE WHITE, BLACK, GREEN, CYAN, MAGENTA, YELLOW



CURSOR UNDERLINE mode 'Sets/removes underline on the subsequent output. Valid modes are ON and OFF

CURSOR REVERSE mode 'Sets/removes reverse colours on the subsequent output. Valid modes are ON and OFF


CURSOR BOLD mode 'Sets/removes bold text mode on the subsequent output. Valid modes are ON and OFF