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