#pragma once #include "config.h" #include "shared.hpp" class BcScreen { protected: std::array epdContent; public: void init(); void showScreen(); std::array getEpdContent(); };