mubase Posted February 12, 2013 Report Share Posted February 12, 2013 HI all. I have a question regarding Zpuino and Logicstart board .How can I access the VGA using logicstart? I have the zpuino sketch for the logicstart board but it doesn't compile ??It returns a load of crap ( see code window) Any ideas whats wrong?I have the Arduino100-Z IDE and have tried both 500K board types in board selection..Is there a version of Zpuino Arduino with a board select for Papilio500K and Logicstart to give easy access to all the lovely peripherals (VGA, audio, SSD etc..) SmallFS: Packed 6 files sucessfullyptplay.cpp: In function `void pt_donote(SmallFSFile&, pt_mod_s*)':ptplay.cpp:382: warning: unused variable 'p'ptplay.cpp:392: warning: unused variable 'repeat'ptplay.cpp:393: warning: unused variable 'replen'ptplay.cpp:394: warning: unused variable 'debugpos'ptplaysmallfs.cpp: In function `pt_mod_s* pt_init_smallfs(SmallFSFile&)':ptplaysmallfs.cpp:12: warning: unused variable 'l'ptplaysmallfs.cpp:16: warning: unused variable 'pat'ptplaysmallfs.cpp:17: warning: unused variable 'i2'ptplaysmallfs.cpp:17: warning: unused variable 'i3'ptplaysmallfs.cpp:18: warning: unused variable 'p'LogicStart_QuickStart.o(.text._Z4loopv+0x43): In function `loop()':: undefined reference to `fmul16'LogicStart_QuickStart.o(.text._Z4loopv+0x1ae): In function `.L95':: undefined reference to `fmul16'collect2: ld returned 1 exit statusmake: *** [LogicStart_QuickStart.elf] Error 1C:\arduino-0100-Z\hardware\tools\zpu\bin\make return Link to comment Share on other sites More sharing options...
alvieboy Posted February 13, 2013 Report Share Posted February 13, 2013 Looks like its not compiling an assembly file. It's a known issue. Can you try using this IDE ? http://alvie.com/zpuino/downloads/arduino-0102-windows.zip Alvie Link to comment Share on other sites More sharing options...
mubase Posted February 13, 2013 Author Report Share Posted February 13, 2013 Thanks AV. Works perfectly! Logicstart sketch loaded and I've managed to draw some lines on the VGA monitor. I've had a look at the ZXVGA.h and .cpp files and understand a little. Is there any more information on how to use this library?? Thanks VVmuch.Steve. Link to comment Share on other sites More sharing options...
Jack Gassett Posted February 14, 2013 Report Share Posted February 14, 2013 Steve, The regular VGA controller has better documentation here. Better documentation for the VGAZX adapter is on my task list and is something I hope to accomplish with the Papilio SOC work, but we are not quite there yet. I'm attaching a bit file for the LogicStart that I think will let you use the regular VGA controller. Jack.zpuino-1.0-PapilioOne-S3E500-LogicStart.bit Link to comment Share on other sites More sharing options...
mubase Posted February 14, 2013 Author Report Share Posted February 14, 2013 Thanks very Much Jack.Works a treat!I made a nice little sketch wishing my Girlfriend a Happy Valentines on the screen. Lifesaver in a way... Link to comment Share on other sites More sharing options...
alvieboy Posted February 16, 2013 Report Share Posted February 16, 2013 Let's hope it was a lifesaver indeed Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.