aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-13Merge pull request #2 from XenGi/patch-1jaseg1-2/+3
2014-02-13added links to blinkenlights and the android app.Ricardo Band1-2/+3
2014-02-11README.rst formatting fixjaseg1-6/+6
2014-02-11Add link to game of life for mate lightIgor Wiedler1-0/+2
2014-02-10Moar related projectsjaseg5-230/+98
2014-02-05Fixed license of main.cjaseg1-17/+2
2014-02-01Working on the new UDP protocoljaseg5-248/+207
2014-01-30GIF reading fixesjaseg2-6/+14
2014-01-29Commented genpal.pyjaseg1-0/+1
2014-01-29Updated the READMEjaseg1-8/+21
2014-01-10Fixed some resource leaks. Thanks, cppcheck!jaseg1-5/+14
2014-01-10Working on gif handling. Not working yet.jaseg4-20/+68
2014-01-04Added some gif rendering skeletonjaseg6-59/+132
2014-01-03Maybe gif-lib wasn't too bright an idea...jaseg199-2434004/+481
2014-01-03Re-organized the host software directory layoutjaseg193-0/+2433687
2014-01-03Added some docjaseg1-2/+10
2014-01-03Fixed width computation for escape sequencesjaseg1-2/+3
2014-01-03Now with blink.jaseg1-31/+10
2014-01-03Fixed font rnedering and width computationjaseg2-22/+40
2014-01-03Now with even more abstract art.jaseg14-388/+600
2014-01-02Fixed the print loopjaseg1-1/+1
2014-01-02Removed debug printfsjaseg1-7/+0
2014-01-02Fixed multibyte handling.jaseg2-1/+13
2014-01-02mbrtowc behaves strange. or i'm just dumb.jaseg3-55/+37
2014-01-02Consider it a memorial.jaseg4-0/+356
2013-12-30Added some bdf fontsjaseg179-0/+2432718
2013-12-29More advanced network IF with direct buffer supportjaseg3-18/+56
2013-12-29Added basic text rendering & TCP serverjaseg6-44/+113
2013-12-27Some fixes to the host software geom stuff, added a small demo scriptjaseg9-23/+58
2013-12-26Fixed crate indexingjaseg1-3/+3
2013-12-26Converted main.c from dos to unix line endingsjaseg1-312/+312
2013-12-26Fixed the firmware geometry correction for the new layoutjaseg1-15/+13
2013-12-26Uhm, foo.jaseg2-6/+17
2013-12-18Moving on with the host programjaseg6-32/+257
2013-12-17First draft of transmit function based on standard pythonjaseg1-0/+32
2013-12-17Re-enabled the remaining SPI interfaces, increased baudratejaseg1-22/+14
2013-12-17Re-enabled the geometry correction codejaseg1-17/+0
2013-12-17We don't need no ring buffers...jaseg3-53/+55
2013-12-17More robust error handling, USB-triggered frame latchingjaseg2-45/+47
2013-12-17Moved driverlib calls to MAP_ functionsjaseg1-61/+62
2013-12-17Removed ROM_ function prefixes. The linker should be able to handle thisjaseg1-52/+52
2013-12-17Added double buffering (untested)jaseg1-6/+14
2013-12-16Fixed multi-bus supportjaseg1-13/+13
2013-12-16Added (untested) multi-bus supportjaseg1-22/+22
2013-12-16Fixed framebuffer copy/mangling routinejaseg2-12/+22
2013-12-16Basic DMA workingjaseg1-111/+140
2013-12-15Working on a proper uDMA configjaseg1-32/+27
2013-12-15USB is working now.jaseg1-20/+26
2013-12-13Initial commitjaseg11-0/+1038