BlackMark
  • Joined on 2019-03-26
BlackMark pushed to example at avr/eink 2022-06-01 20:20:00 +02:00
04a9e1b132 Implement custom spi protocol
BlackMark pushed to master at avr/eink 2022-06-01 20:16:12 +02:00
113931f8ba Implement custom spi protocol
BlackMark pushed to example at avr/eink 2022-05-29 18:46:13 +02:00
c9bcdb1ca0 Implement multi-channel run length encoded images in flash memory
BlackMark pushed to master at avr/eink 2022-05-29 18:45:51 +02:00
83a064ddc1 Implement multi-channel run length encoded images in flash memory
BlackMark pushed to example at avr/eink 2022-05-29 16:17:03 +02:00
01212b8acf Make use of C++ standard library
BlackMark pushed to master at avr/util 2022-05-29 16:16:23 +02:00
62efd1cb26 Migrate to actual C++ standard library
BlackMark pushed to master at avr/uart 2022-05-29 16:15:48 +02:00
419b86999d Make use of C++ standard library
BlackMark pushed to master at avr/spi 2022-05-29 16:14:46 +02:00
8bf3d1a874 Make use of C++ standard library
BlackMark pushed to master at avr/io 2022-05-29 16:14:26 +02:00
5407e94337 Make use of C++ standard library
BlackMark pushed to master at avr/eink 2022-05-29 16:13:57 +02:00
75046d1c1a Make use of C++ standard library
BlackMark pushed to example at avr/eink 2022-05-29 15:38:22 +02:00
4684a8f80f Add C++ standard library
9b56239dce Add makefile
1e6e211903 Update compiler toolchain to avr-gcc 12 and switch to C++20
Compare 3 commits »
BlackMark pushed to master at avr/uart 2022-05-29 14:46:35 +02:00
a5f8e8e3d7 Fix volatile compound assignments being deprecated in C++20
BlackMark pushed to master at avr/spi 2022-05-29 14:46:00 +02:00
85346f258f Fix volatile compound assignments being deprecated in C++20
BlackMark pushed to master at avr/io 2022-05-29 14:45:09 +02:00
bf94ebaac1 Fix volatile compound assignments being deprecated in C++20
BlackMark pushed to example at avr/eink 2022-05-29 10:25:33 +02:00
a6a30713e2 Change example to use four wire spi
3fdfa73ff4 Add support for three wire spi
3cbbe3ad7e Switch to software spi to avoid conflict with ICSP pins
10b41546c9 Make use of C++ array wrapper
2da4695586 Implement trinary image encoding
Compare 12 commits »
BlackMark pushed to example at avr/eink 2022-05-29 10:21:30 +02:00
39f10e375c Change example to use four wire spi
0d640ba933 Add support for three wire spi
Compare 2 commits »
BlackMark pushed to example at avr/eink 2022-05-28 17:16:06 +02:00
035e8173fe Change example to use four wire spi
BlackMark pushed to example at avr/eink 2022-05-28 17:05:06 +02:00
e1b7226d5d Add support for three wire spi
BlackMark pushed to master at avr/spi 2022-05-28 17:03:44 +02:00
852ad5a318 Expose spi word size using both software and hardware backends
BlackMark pushed to master at avr/eink 2022-05-28 17:02:04 +02:00
2e417a0f3a Add three wire spi support