| 2023-09-17 |
add types.h to Makefile
Torsten Römer
committed
on 17 Sep 2023
|
|---|---|
|
fix typo, add types.h to Makefile
Torsten Römer
committed
on 17 Sep 2023
|
|
|
put shared types in 'types.h' (#40)
...
|
|
|
|
|
| 2023-09-14 |
Let watchdog wake up MCU only every 8 instead of 1 seconds, saving some power (#38)
...
|
| 2023-09-11 |
avoid frequent, expensive divisions (#37)
|
| 2023-09-10 |
compile with -O2 instead of -Os as this seems to save a few microamps
Torsten Römer
committed
on 10 Sep 2023
|
| 2023-09-09 |
remove unnecessary delays in display initialization (#36)
...
|
|
|
|
|
|
|
|
|
|
| 2023-09-08 |
Merge pull request #33 from gitdode/makefile
...
|
|
add dependency on .h files and Makefile
Torsten Römer
committed
on 8 Sep 2023
|
|
| 2023-09-07 |
replace '-Wl,--relax' with '-mrelax' in Makefile
Torsten Römer
committed
on 7 Sep 2023
|
| 2023-09-06 |
Update README.md
|
|
use binary instead of linear search (#30)
...
|
|
| 2023-09-05 |
Use flash addresses like "const __flash Font*" instead of passing (#29)
...
sprintersb
authored
on 5 Sep 2023
GitHub
committed
on 5 Sep 2023
|
| 2023-08-09 |
build with gcc 13 and avr-libc 2.1 (#26)
...
|
|
add drillholes to frame (#27)
|
|
| 2023-08-04 |
keep ground plane away from mounting holes (#25)
|
| 2023-08-01 |
improve French translation
Torsten Römer
committed
on 1 Aug 2023
|
|
add manual in English and French
Torsten Römer
committed
on 1 Aug 2023
|
|
| 2023-07-30 |
add ISP header pin layout to manual
Torsten Römer
committed
on 30 Jul 2023
|
|
|
|
|
disable SPI between display updates, fix schematic (#24)
...
|
|
| 2023-07-21 |
update manual
Torsten Römer
committed
on 21 Jul 2023
|
| 2023-07-12 |
update README and manual
Torsten Römer
committed
on 12 Jul 2023
|
| 2023-07-09 |
update README, comment on modulo, add manual (German)
Torsten Römer
committed
on 9 Jul 2023
|
| 2023-07-05 |
read from SRAM in sequential mode when writing to display
Torsten Römer
committed
on 5 Jul 2023
|
|
read from SRAM in sequential mode when writing to display (#23)
|