Refactor eink driver
This commit is contained in:
parent
ca3fb7854e
commit
7339c42b60
@ -1 +1 @@
|
|||||||
Subproject commit 08dd1073af43b65b358257b968852aae8fc77946
|
Subproject commit 2bad84d2e6cfc9b4f332f351e16534c1472094e2
|
@ -211,14 +211,14 @@
|
|||||||
</ListValues>
|
</ListValues>
|
||||||
</avrgcccpp.assembler.general.IncludePaths>
|
</avrgcccpp.assembler.general.IncludePaths>
|
||||||
<avrgcccpp.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcccpp.assembler.debugging.DebugLevel>
|
<avrgcccpp.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcccpp.assembler.debugging.DebugLevel>
|
||||||
</AvrGccCpp>
|
</AvrGccCpp>
|
||||||
</ToolchainSettings>
|
</ToolchainSettings>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="clock.hpp">
|
<Compile Include="clock.hpp">
|
||||||
<SubType>compile</SubType>
|
<SubType>compile</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="eink\epd1in54b_V2.h">
|
<Compile Include="eink\eink.hpp">
|
||||||
<SubType>compile</SubType>
|
<SubType>compile</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="eink\imagedata.cpp">
|
<Compile Include="eink\imagedata.cpp">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#include "spi/spi.hpp"
|
#include "spi/spi.hpp"
|
||||||
#include "uart/uart.hpp"
|
#include "uart/uart.hpp"
|
||||||
|
|
||||||
#include "eink/epd1in54b_V2.h"
|
#include "eink/eink.hpp"
|
||||||
#include "eink/imagedata.h"
|
#include "eink/imagedata.h"
|
||||||
|
|
||||||
using uart_t = uart::Uart0<>;
|
using uart_t = uart::Uart0<>;
|
||||||
|
2
eink/spi
2
eink/spi
@ -1 +1 @@
|
|||||||
Subproject commit 70aabc07f64a33b04e3e9ee00627f5c120b1f9ef
|
Subproject commit bb78d2291d603647b19600eb3cc02dabce2f8ea5
|
Loading…
Reference in New Issue
Block a user