Age | Commit message (Expand) | Author | Lines |
2016-01-20 | excapsulate display and modem state in their respective classes | Daniel Friesel | -20/+32 |
2016-01-20 | move display and modem code from ISR to class functions | Daniel Friesel | -35/+45 |
2016-01-19 | support scrolling arbitrary strings. | Daniel Friesel | -64/+49 |
2016-01-16 | display: rename turn_on/off to enable/disable, move setup code from main to e... | Daniel Friesel | -18/+17 |
2016-01-16 | main: adjust font include path | Daniel Friesel | -1/+1 |
2016-01-15 | removed old font | Sebastian Muszytowski | -392/+128 |
2016-01-15 | turn modem voltage divider off during sleep | Daniel Friesel | -8/+30 |
2016-01-15 | more testfoo | Daniel Friesel | -1/+4 |
2016-01-15 | fix Modem::init (used the wrong DEFINEs in some places), add modem test to main | Daniel Friesel | -13/+12 |
2016-01-15 | move display and system into separate files | Daniel Friesel | -133/+172 |
2016-01-15 | C++-ize modem code (a little bit) | Daniel Friesel | -13/+27 |
2016-01-15 | move sources to src and build files to build | Daniel Friesel | -22/+19 |
2016-01-15 | unfuck Makefile | Daniel Friesel | -14/+30 |
2016-01-14 | adjust modem code for ATTiny88 (untested) | Daniel Friesel | -8/+8 |
2016-01-14 | add license (GPL/LGPL) | Sebastian Muszytowski | -0/+840 |
2016-01-14 | add tagsu-avr-modem from Rakettitiede Oy | Sebastian Muszytowski | -0/+230 |
2016-01-14 | avoid 'system' name clash in some avr-libc versions | Daniel Friesel | -2/+2 |
2016-01-14 | C++ test (TODO: distinguish between C/C++ in Makefile, use one file per class) | Daniel Friesel | -59/+90 |
2016-01-14 | turn off display as soon as both buttons have been pressed long enough | Daniel Friesel | -16/+26 |
2016-01-14 | use mirrored font | Daniel Friesel | -1/+1 |
2016-01-13 | add glyph_t map and add padding to numbers.. | Sebastian Muszytowski | -99/+232 |
2016-01-13 | moved utility scripts to utilities | Sebastian Muszytowski | -0/+0 |
2016-01-13 | mMerge branch 'master' of github.com:blinkenrocket/firmware | Sebastian Muszytowski | -15/+163 |
2016-01-13 | make it a block for checking | Sebastian Muszytowski | -8/+8 |
2016-01-13 | mirror the font - actually I did rotate the pcb design for better routing | Sebastian Muszytowski | -0/+158 |
2016-01-13 | font test | Daniel Friesel | -4/+142 |
2016-01-13 | main: prepare for non-static display buffer | Daniel Friesel | -4/+13 |
2016-01-13 | change avr-size arguments for better readability | Daniel Friesel | -1/+2 |
2016-01-13 | added font.h and converter | Sebastian Muszytowski | -0/+161 |
2016-01-12 | Disable ADC via PRR | Daniel Friesel | -2/+1 |
2016-01-12 | add shutdown (press both buttons for ~0.3s) | Daniel Friesel | -5/+54 |
2016-01-12 | main: fix powersaving, lower display refresh rate | Daniel Friesel | -12/+46 |
2016-01-12 | Makefile: Add fuse bytes, set CPU speed to 8MHz | Daniel Friesel | -2/+2 |
2016-01-12 | add scrolling support | Daniel Friesel | -2/+27 |
2016-01-12 | add display render loop and example image | Daniel Friesel | -11/+32 |
2016-01-12 | add Makefile and main.c stub (with display test code) | Daniel Friesel | -0/+83 |
2016-01-09 | Initial commit | Sebastian Muszytowski | -0/+2 |