Menu
JAQForum Ver 19.10.27

Forum Index : Microcontroller and PC projects : PicoMite V6.00.02 release candidates - all versions

   Page 39 of 39    
Posted: 07:45pm
05 May 2025
Copy link to clipboard
JanVolk
Senior Member

Peter,

Now that the bugs are hopefully less common, we can possibly look at some smaller issues?
Could you adjust the code of list pins a bit so that the list is displayed in the same format on a terminal and an HDMI screen as in the code below?
The spaces or tabs are possibly passed differently and with Str$((n),2) and Str$((p),2) it is correct.
Thanks.

> list
Sub FreePins
Local n,gp$,p,pu$
For n=0 To 29
gp$="GP"+Str$((n),2)
p=MM.Info(pinno gp$)
pu$=MM.Info(pin p)
Print gp$,Str$((p),2),pu$
Next
End Sub

Greetings,

Jan.
 
Posted: 07:55pm
05 May 2025
Copy link to clipboard
Volhout
Guru

@Peter,

RC22 on genuine RP2040 VGA design 2 with WII Classic connected to GP14/GP15.



Just opening the WII classic, and then printing 1 dot on the screen every 100ms.
In this picture the pico is dead and needs power cycling to revive.

It is not fixed. Sorry.

Volhout
Edited 2025-05-06 05:57 by Volhout
 
Posted: 09:28pm
05 May 2025
Copy link to clipboard
matherp
Guru

  Quote  It is not fixed. Sorry.


I've just run for 3 hours without issue so I'm happy it is now OK and then anything else is probably electrical. I don't intend to look at if further.
Edited 2025-05-06 07:31 by matherp
 
Posted: 11:19pm
05 May 2025
Copy link to clipboard
dddns
Senior Member

> option list
PicoMiteVGA MMBasic RP2350B Edition V6.00.02RC21
OPTION FLASH SIZE 16777216
OPTION COLOURCODE ON
OPTION KEYBOARD US
OPTION PICO OFF
OPTION RESOLUTION 800x600 @ 360000KHz
OPTION DISPLAY 50, 100
OPTION SDCARD GP41, GP40, GP39, GP42
OPTION PSRAM PIN GP47
>


I'm not complaining, just reporting: it happened the day before and today with this RC21 and with RC20, that I finished editing and left with F2. Then an error appeared saying "not enough memory" and came back with console. But during this process all of the program code from the point I left the editor gone lost like 20k and 5 hours work again :) Yesterday I swore to to always save first, today I forgot..so my fault

I think the cursor position was again at the very last column when I hit F2
Edited 2025-05-06 09:25 by dddns
 
   Page 39 of 39    


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

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