Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
Foxroy Newbie Joined: 09/02/2019 Location: United KingdomPosts: 6
Posted: 04:14pm 13 Jun 2019
Copy link to clipboard
Print this post
Hi all I am new to Micromite but not programming. Can the background colour be set other than defining a box that covers the whole screen? Also it seems that defining a background or foreground colour by naming the colour e.g BLUE does not work but RGB(xxx,yyy,zzz) does. Have I missed something here? Thanks Foxroy
goc30 Guru Joined: 12/04/2017 Location: FrancePosts: 435
Posted: 05:09pm 13 Jun 2019
Copy link to clipboard
Print this post
Hi foxroy
for background
CLS [colour] Clears the LCD panel's screen. Optionally 'colour' can be specified which will be used for the background when clearing the screen
for color you can use RGB(Blue)
Foxroy Newbie Joined: 09/02/2019 Location: United KingdomPosts: 6
Posted: 06:48pm 13 Jun 2019
Copy link to clipboard
Print this post
Many thanks goc30 Missed that when I read thru the commands.