Refactor eink driver
This commit is contained in:
Submodule eink/eink updated: 08dd1073af...2bad84d2e6
@@ -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">
|
||||
|
||||
@@ -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<>;
|
||||
|
||||
2
eink/spi
2
eink/spi
Submodule eink/spi updated: 70aabc07f6...bb78d2291d
Reference in New Issue
Block a user