c74006f8b6
Refactored all existing boards to re-use the ILI934x driver code.
7 lines
119 B
C++
7 lines
119 B
C++
#pragma once
|
|
|
|
#include <Tactility/hal/Display.h>
|
|
#include <memory>
|
|
|
|
std::shared_ptr<tt::hal::Display> createDisplay();
|