Refactor eink driver

This commit is contained in:
BlackMark 2022-05-26 15:11:27 +02:00
parent ca3fb7854e
commit 7339c42b60
4 changed files with 60 additions and 60 deletions

@ -1 +1 @@
Subproject commit 08dd1073af43b65b358257b968852aae8fc77946
Subproject commit 2bad84d2e6cfc9b4f332f351e16534c1472094e2

View File

@ -211,14 +211,14 @@
</ListValues>
</avrgcccpp.assembler.general.IncludePaths>
<avrgcccpp.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcccpp.assembler.debugging.DebugLevel>
</AvrGccCpp>
</AvrGccCpp>
</ToolchainSettings>
</PropertyGroup>
<ItemGroup>
<Compile Include="clock.hpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="eink\epd1in54b_V2.h">
<Compile Include="eink\eink.hpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="eink\imagedata.cpp">

View File

@ -5,7 +5,7 @@
#include "spi/spi.hpp"
#include "uart/uart.hpp"
#include "eink/epd1in54b_V2.h"
#include "eink/eink.hpp"
#include "eink/imagedata.h"
using uart_t = uart::Uart0<>;

@ -1 +1 @@
Subproject commit 70aabc07f64a33b04e3e9ee00627f5c120b1f9ef
Subproject commit bb78d2291d603647b19600eb3cc02dabce2f8ea5