Thanos Posted August 27, 2015 Report Share Posted August 27, 2015 Hi all, I'm using Papillio Duo with the Logicstart Shield. I was wondering how I can increase the resolution on the VGA on the Logistart Shield, as right now I get max 160x120. Perhaps 640x480 if the hardware can handle it?? Does ZPUino library needs modification for this? Or its just matter of editing the VGA library? Also how do I display Numeric values on the VGA, type INT for example? It seems that I have to convert them to Character string first to be able to display them. ThanksThanos Quote Link to comment Share on other sites More sharing options...
Jack Gassett Posted August 27, 2015 Report Share Posted August 27, 2015 Hello Thanos, Please take a look at File/examples/ZPUino_VGA_Adapter. It is the latest and greatest VGA adapter and supports up to 800x600 resolution on the Papilio DUO. It uses the well documented Adafruit_GFX library to program it. Jack. Quote Link to comment Share on other sites More sharing options...
Thanos Posted August 27, 2015 Author Report Share Posted August 27, 2015 Hi Jack Just tried it! Works great! Thanks The only issue I have is that I have wide Samsung LCD monitor that clips left and right of the image... weird.I'll experiment more on it. I discovered it happens only on this mode:gfx.begin( &modeline_640x384_60 ); //Highest mode supported by Papilio DUO 512KB The smaller resolutions work fine. I guess I'll be getting a Papilio DUO 2MB for the higher resolutions. Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.