DueVGA
DueVGA copied to clipboard
Arduino Due VGA library
I'm using your VGA library with the Arduino Due and I find it very useful. I'm working on a little homebrew project with this. Basically, a little instrument where I...
I'm using the monochrome VGA library (800x600) on a Due. Finally I reached a point where I wanted to add an SD card and realized the MOSI pin on the...
Any chance of an upgrade to 800x600 with color using external SRam ? I suppose this has been brought up many times already. But I had to ask :) I...
So, I bought this breakout board on SparkFun (https://www.sparkfun.com/products/11569) and now I noticed some diferences from your schematics (http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Dev/FPGA/Papilio-VGA_Wing-v10.pdf). Pin 5 is not connected to anything and Pin 11 is...
I saw this:"...The colour mode uses DMA to the SMC - static memory controller" If I connect external parallel SRAM like this - http://www.cypress.com/?docID=41968 (which use a SMC), will VGA.lib...
The function taken from: http://members.chello.at/~easyfilter/bresenham.html Thanks for the great library! C
Hello it's possible to assign the outputs to other pins? I'm making a shield and it would be simpler to have the pins in one row. thanks
There's a little bug in the clear() method, which just clears the monochrome framebuffer (I guess memset does a null pointer check, preventing a crash if called in colour mode)....
I have a monitor with 640x480 59Hz. Your library with "monochrome" mode works perfectly. But, "colour" mode doesn't work. See this/ http://www.youtube.com/watch?v=dQZaD2WOqXE It is curiously, that your older(not library) "color"...