index
:
blinkenrocket-firmware
master
Firmware
Blinkenrocket
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cc
Age
Commit message (
Expand
)
Author
Lines
2016-02-21
add animation load function -- untested, needs I2C debugging first
Daniel Friesel
-23
/
+1
2016-02-05
add (untested) Hamming forward error correction code and corresponding class
Daniel Friesel
-1
/
+1
2016-02-01
add animation delay support
Daniel Friesel
-2
/
+4
2016-02-01
rename animation.mode to more appropriate animation.type
Daniel Friesel
-2
/
+2
2016-01-31
add rocket.initialize() function for initial MCU and peripheral setup
Daniel Friesel
-18
/
+1
2016-01-31
move display update to system idle loop
Daniel Friesel
-1
/
+0
2016-01-29
re-add transmission demo code
Daniel Friesel
-2
/
+3
2016-01-29
check ->length for texts, too
Daniel Friesel
-2
/
+2
2016-01-28
merge text_t and animation_t into single animation type to reduce code and me...
Daniel Friesel
-6
/
+11
2016-01-27
read scroll speed from text struct
Daniel Friesel
-0
/
+1
2016-01-26
preliminary animation support
Daniel Friesel
-1
/
+6
2016-01-26
use uint8_t arrays instead of chars for all buffer data structures
Daniel Friesel
-1
/
+1
2016-01-26
add structs/typedefs for text and animation data
Daniel Friesel
-1
/
+4
2016-01-25
refactor I2C class into Storage class. Work-in-progress.
Daniel Friesel
-14
/
+2
2016-01-24
I2C proof of concept: works!
Daniel Friesel
-0
/
+14
2016-01-22
display: rename *scroll* to *update* (would be confusing for animations other...
Daniel Friesel
-1
/
+1
2016-01-22
display: Don't run (rather slow) scroll code in ISR
Daniel Friesel
-2
/
+7
2016-01-22
make display buffer private, add separate modem receive buffer
Daniel Friesel
-7
/
+1
2016-01-20
move display and modem code from ISR to class functions
Daniel Friesel
-1
/
+2
2016-01-19
support scrolling arbitrary strings.
Daniel Friesel
-46
/
+6
2016-01-16
display: rename turn_on/off to enable/disable, move setup code from main to e...
Daniel Friesel
-11
/
+3
2016-01-16
main: adjust font include path
Daniel Friesel
-1
/
+1
2016-01-15
turn modem voltage divider off during sleep
Daniel Friesel
-3
/
+9
2016-01-15
fix Modem::init (used the wrong DEFINEs in some places), add modem test to main
Daniel Friesel
-8
/
+2
2016-01-15
move display and system into separate files
Daniel Friesel
-133
/
+2
2016-01-15
C++-ize modem code (a little bit)
Daniel Friesel
-0
/
+7
2016-01-15
move sources to src and build files to build
Daniel Friesel
-0
/
+217