// #pragma once // #include "base.hpp" // #include "config.h" // #include "shared.hpp" // #include "tasks/epd.hpp" // class SatsPerDollarScreen { // protected: // static uint satsPerDollar; // static std::array epdContent; // public: // static void init(); // static void showScreen(); // static void onPriceUpdate(uint price); // static std::array getEpdContent(); // };