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 USB betas
Page 5 of 5 | |||||
Author | Message | ||||
stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2127 |
It works in picomite vga usb 5.09.00b3 OPTION BASE 1 dim lx%(43)=(0,5,9,13,3,18,25,30,48,53,57,47,32,11,5,9,57,89,108,149,170,220,262,300,320,400,447,493,510,545,572,600,638,605,590,577,560,513,495,470,457,500,639) ' 1 5 10 15 20 25 30 35 dim ly%(43)=(0,7,15,25,40,70,100,130,130,160,193,253,298,346,420,430,430,400,370,457,450,400,440,466,424,400,460,460,452,403,373,320,240,210,190,170,130,120,137,110,60,26,0) ' 1 5 10 15 20 25 30 35 dim l%,o% mode 1 cls box 0,0,mm.hres,mm.vres,,1 'polygon 35,lx%(),ly%() 'Line GRAPH lx%(),ly%() for l%=1 to 42 o%=l%+1 line lx%(l%),ly%(l%),lx%(o%),ly%(o%) next l% |
||||
stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2127 |
I can't get picomite usb 5.09.00b3 to do anything. No heartbeat or control panel. back to picomite usb 5.08.00b0 and all working. is 5.09.00b3 faulty? |
||||
matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 9115 |
Yes. Don't know why - working on it |
||||
stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2127 |
The vga usb 5.09.00b3 I can't get vga console only win teraterm or mmcc. back to vga usb 5.09.00b1 and I get vga console. Is it me? |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2135 |
Perhaps you could try B4 https://www.thebackshed.com/forum/ViewTopic.php?TID=16672&P=6#218336 |
||||
stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2127 |
thanks but using picomite vga USB betas. this is no vga console input/output but using earlier beta I get vga console input/output??? not right imho. tell me what's wrong for pete's sake, don't want to bother him. |
||||
Mixtel90 Guru Joined: 05/10/2019 Location: United KingdomPosts: 6786 |
Stan: On a USB system the console is connected to the USB-TTL converter, it's not on the Pico's USB socket. That is a *console*. The VGA output comes from the resistor network as usual. Are you trying to replace the TTL port console by putting the console on the VGA output? That would normally be done with OPTION LCDPANEL CONSOLE, wouldn't it? Mick Zilog Inside! nascom.info for Nascom & Gemini Preliminary MMBasic docs & my PCB designs |
||||
stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2127 |
I'll try to explain without a youtube video but that would be more succinct. vga USB 5.09.00b3 and no vga console default vga usb 5.09.00b1 and vga console default never had to set OPTION LCDPANEL CONSOLE before. I think it's a bug to clarify- vga USB and usb keyboard should be able to use as editor on vga or console to type option list but vga USB 5.09.00b3 seems duff. imho. try it and you may see. no usb keyboard to vga is not right. it's ok with earlier version. wiring is the same just hardware version change. stan Edited 2024-03-01 09:35 by stanleyella |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2135 |
The b4 download contains firmware for all versions inc. PicoMiteVGAUSBV5.09.00b4.uf2 Yes previously OPTION LCDPANEL CONSOLE was the default and you had to use OPTION LCDPANEL NOCONSOLE if you didn't want it. Now it would seem OPTION LCDPANEL NOCONSOLE is the default. As Mick said just enter OPTION LCDPANEL CONSOLE and see what happens. If it works then not really a bug. Edited 2024-03-01 09:51 by phil99 |
||||
stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2127 |
It's late but what's OPTION LCDPANEL CONSOLE got to do with picomite VGA USB that's got no lcd support.. it's vga only, isn't it? tomorrow try vga usb 5.09.00b3 again and OPTION LCDPANEL CONSOLE which will have to be from a win terminal,yes? not right |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2135 |
It is a legacy from before the VGA version existed. For compatibility it has been kept so LCDPANEL just means "The Display of Whatever Type". The b4 download contains firmware for all versions inc. PicoMiteVGAUSBV5.09.00b4.uf2 Edited 2024-03-01 10:11 by phil99 |
||||
stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2127 |
phil99 your link is just picomite vga.uft2 |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2135 |
The ZIP file contains 5 .UF2 files and one is the VGA USB. This one - PicoMiteVGAUSBV5.09.00b4.uf2 https://geoffg.net/Downloads/picomite/PicoMite_Beta.zip But first read Peter's warning in my previous link. It will erase the lot. Edited 2024-03-01 11:00 by phil99 |
||||
stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2127 |
I just loaded picomiteUSB00B4 and ili9341 no display. options set as before. back to Version 5.08.00b0 and ili9341 works. |
||||
matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 9115 |
Please stop posting on this thread and use the main beta thread b5 solves this issue, it appears to have been a faulty compilation which is a bit worrying Edited 2024-03-02 01:55 by matherp |
||||
Page 5 of 5 |
Print this page |