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.
Andrew_G Guru Joined: 18/10/2016 Location: AustraliaPosts: 890
Posted: 12:24am 22 Aug 2026
Copy link to clipboard
Print this post
Hi all, Am I doing something wrong? After an absence of nearly four years I'm easing myself back into MMBasic and PicoMites. I can't seem to be able to turn off the LCD being used as a Console (I have MMCC connected for that). I'm issuing 'OPTION LCDPANEL NOCONSOLE' from the command line but it seems to not work and doesn't show up in the OPTION LIST. I noticed that others were having the same issue but can't see the resolution nor if it was addressed in ver 6.03. I'm having trouble keeping up ...
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 3358
Posted: 01:25am 22 Aug 2026
Copy link to clipboard
Print this post
The current firmware is PicoMite MMBasic V6.03.01 RP2350A (loading that over V6.02.01 may erase options, program and A: so back it all up)
Quite a while ago Peter made a change that sends all error messages to any attached screen even if OPTION LCDPANEL NOCONSOLE has been entered. This was so errors could be seen on systems not connected to a terminal. That may make it look like the LCD panel is the console.
OPTION LCDPANEL NOCONSOLE not showing up in OPTION LIST is normal. To see if it is in effect try OPTION DISPLAY rows, cols (eg using 50 for rows and 150 for cols) If this works without error then the LCD panel probably isn't being used as the console as those values should be beyond what a LCD panel uses for the console.
Edit. As OPTION LCDPANEL NOCONSOLE is the default for LCD panels, when OPTION LCDPANEL CONSOLE is set it shows up in OPTION LIST. The absence of it in your OPTION LIST indicates the LCD is not the console. Edited 2026-08-22 12:03 by phil99
Andrew_G Guru Joined: 18/10/2016 Location: AustraliaPosts: 890
Posted: 04:57am 22 Aug 2026
Copy link to clipboard
Print this post
Hi Phil, Thanks for that. OPTION DISPLAY works so I will just ignore the error message(s) on the LCD - I see Peter's logic.