Menu | JAQForum Ver 19.10.27 |
Forum Index : Microcontroller and PC projects : PicoMite V6.00.01 release candidates - please test thoroughly
![]() ![]() ![]() ![]() |
||||||
Yes, that seems to work great! Many thanks. Dave. |
||||||
Hi Peter, > option list WebMite MMBasic RP2350A Edition V6.00.01RC4 OPTION SYSTEM SPI GP10,GP11,GP12 OPTION LCDPANEL ILI9488W, RPORTRAIT,GP8,GP15,GP9,GP13 ? MM.HRES 480 ? MM.VRES 320 HRES and VRES seems to been swapped in Portrait mode. Lasse |
||||||
You are not wrong - will fix in RC5 |
||||||
I can't figure out how "save jpg" works. No problem with "Save image". > save image "test.bmp" > save jpg "test.jpg" Error : Expected a string Have you seen my post about the still unsolved "MM.INFO(pinno GPn)"? Regards Michael |
||||||
Doesn't exist. pinno fixed in next RC Edited 2024-12-02 05:31 by matherp |
||||||
twofingers: I'm curious. What makes you think MM.INFO(PINNO GPn) should accept a string for GPn? |
||||||
It does, just not for all pins. See example in my post yesterday. s. manual p83: MM.INFO(PINNO GPnn) . Regards Michael |
||||||
It's just that I'd never attempted that. Thanks. :) |
||||||
Everything's fine! ![]() @Peter Thanks for the quick reply. Regards Michael Edited 2024-12-02 06:16 by twofingers |
||||||
@Peter Isn't it unexpected that compressed files are larger than uncompressed files with identical image content? Iter.bmp is the uncompressed file. Iter1.bmp is the compressed file. Edited 2024-12-02 06:42 by twofingers |
||||||
Which Pico version? 06:50 02-12-2024 38518 gui test lcdpanel.bmp 06:49 02-12-2024 9462 gui test lcdpanel Compressed.bmp 00:01 01-01-2000 896 RP2350 VGA 6.00.01RC4.opt Edit. I think the compression method is Run Length Encoding which could produce a larger file if there is too much detail. Good compression needs long "run lengths" with no change. Edited 2024-12-02 07:01 by phil99 |
||||||
RP2350 HDMI 6.00.01RC4 That could be the reason. But at first glance it is unexpected. Maybe we are spoiled by zip and rar. Regards Michael In case anyone wants to play with it: iter.zip Edited 2024-12-02 07:15 by twofingers |
||||||
Hi, I am using RC1 now. PicoMite MMBasic Version 6.00.00RC1 Copyright 2011-2024 Geoff Graham Copyright 2016-2024 Peter Mather same issue: [83] mbox=MsgBox("Are you sure?", "YES","CANCEL") Error : Invalid character: K |
||||||
@twofingers Yep, that is the problem, way too much detail. 09:32 02-12-2024 67564 iter compressed.bmp 09:31 02-12-2024 38528 iter.bmp 00:01 01-01-2000 896 RP2350 VGA 6.00.01RC4.opt |
||||||
That may indicate that there is indeed a non-printing "invalid" character in the command. Try typing the whole command line again, without cutting and pasting. |
||||||
> option gui controls 20 > mbox=MsgBox("Are you sure?", "YES","CANCEL") : ? mbox 1 > mbox=MsgBox("Are you sure?", "YES","CANCEL") : ? mbox 2 > option list PicoMite MMBasic RP2040 Edition V6.00.01RC4 Works ok on this one. |
||||||
Try using the latest version. 6.00.01RC4 |
||||||
Peter, Can you include CPUSPEED 25200 for OPTION RESET VGA design 2 ? Could be both 2040 and 2350. Volhout Edited 2024-12-02 17:36 by Volhout |
||||||
Will do |
||||||
@Phil Thanks for the confirmation. Regards MIchael |
||||||
![]() ![]() ![]() ![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. |