diff --git a/eink.hpp b/eink.hpp index dddb7ad..3fda4ed 100644 --- a/eink.hpp +++ b/eink.hpp @@ -7,14 +7,14 @@ #include "../clock.hpp" #include "../io/io.hpp" -template +template class Epd { static constexpr auto width = uint16_t{200}; static constexpr auto height = uint16_t{200}; - io::Pin m_rst; - io::Pin m_dc; - io::Pin m_bsy; + io::Pin m_rst; + io::Pin m_dc; + io::Pin m_bsy; public: Epd() = default;