Menu
JAQForum Ver 19.10.27

Forum Index : Microcontroller and PC projects : PicoMite Firmware Release Version 6.01.00

   Page 6 of 6    
Posted: 10:28am
06 Jan 2026
Copy link to clipboard
phil99
Guru


OPTION LCDPANEL VIRTUAL_C appears to have a bug on the basic RP2040. Continued on RC0...
option lcdpanel virtual_c
> option list
PicoMite MMBasic RP2040 V6.02.00RC0
OPTION FLASH SIZE 16777216
OPTION COLOURCODE ON
OPTION CPUSPEED (KHz) 200000
OPTION DISPLAY 52, 150
OPTION LCDPANEL VIRTUAL_C,GP16,GP18
> cls rgb(red)
> box 1,1,320,240,1,rgb(green),rgb(red)
> box 66,66,111,111,33,rgb(blue),rgb(green)
> save image "test.bmp"
> xmodem s "test.bmp"
> gui test lcdpanel
> save image "test2.bmp"
> xmodem s "test2.bmp"
> cls rgb(red)
Error : Not enough Heap memory
Error : Not enough Heap memory
Error : Not enough Heap memory
Error : Not enough Heap memory
The first test image worked properly but the second was blank then CLS crashed it.
Note the same OPTION LCDPANEL VIRTUAL_C,GP16,GP18 in option list.

Edit.
"gui test lcdpanel" was stopped with Ctrl-C which usually retains the image.

Edit 2
Did a clear_flash and reloaded RC0.
Just default options plus "option lcdpanel virtual_c" and same result, though it took an extra Save Image to crash.
Edited 2026-01-06 20:54 by phil99
 
   Page 6 of 6    


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2026