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.
|
Forum Index : Microcontroller and PC projects : PicoMite V6.00.01 release candidates - please test thoroughly
Page 6 of 21 | |||||
Author | Message | ||||
cosmic frog Senior Member Joined: 09/02/2012 Location: United KingdomPosts: 289 |
Yes, that seems to work great! Many thanks. Dave. |
||||
Doktorn Newbie Joined: 09/07/2019 Location: SwedenPosts: 10 |
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 N/A |
||||
matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 9289 |
You are not wrong - will fix in RC5 |
||||
twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1307 |
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 causality ≠ correlation ≠ coincidence |
||||
matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 9289 |
Doesn't exist. pinno fixed in next RC Edited 2024-12-02 05:31 by matherp |
||||
Mixtel90 Guru Joined: 05/10/2019 Location: United KingdomPosts: 6904 |
twofingers: I'm curious. What makes you think MM.INFO(PINNO GPn) should accept a string for GPn? Mick Zilog Inside! nascom.info for Nascom & Gemini Preliminary MMBasic docs & my PCB designs |
||||
twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1307 |
It does, just not for all pins. See example in my post yesterday. s. manual p83: MM.INFO(PINNO GPnn) . Regards Michael causality ≠ correlation ≠ coincidence |
||||
Mixtel90 Guru Joined: 05/10/2019 Location: United KingdomPosts: 6904 |
It's just that I'd never attempted that. Thanks. :) Mick Zilog Inside! nascom.info for Nascom & Gemini Preliminary MMBasic docs & my PCB designs |
||||
twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1307 |
Everything's fine! @Peter Thanks for the quick reply. Regards Michael Edited 2024-12-02 06:16 by twofingers causality ≠ correlation ≠ coincidence |
||||
twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1307 |
@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 causality ≠ correlation ≠ coincidence |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2180 |
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 |
||||
twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1307 |
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 causality ≠ correlation ≠ coincidence |
||||
aiy745321 Newbie Joined: 27/09/2024 Location: United StatesPosts: 4 |
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 |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2180 |
@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 |
||||
lizby Guru Joined: 17/05/2016 Location: United StatesPosts: 3164 |
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. PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2180 |
> 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. |
||||
TassyJim Guru Joined: 07/08/2011 Location: AustraliaPosts: 6127 |
Try using the latest version. 6.00.01RC4 VK7JH MMedit MMBasic Help |
||||
Volhout Guru Joined: 05/03/2018 Location: NetherlandsPosts: 4344 |
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 PicomiteVGA PETSCII ROBOTS |
||||
matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 9289 |
Will do |
||||
twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1307 |
@Phil Thanks for the confirmation. Regards MIchael causality ≠ correlation ≠ coincidence |
||||
Page 6 of 21 |
Print this page |