Přeskočit obsah

File AppSolMarks.hpp

File List > apps > AppSolMarks.hpp

Go to the documentation of this file.

#pragma once

#include "Application.hpp"
#include "apps/AppConfig.hpp"
#include <Arduino_JSON.h>
#include <GxGDEW027C44/GxGDEW027C44.h>
#include <functional>

class AppSolMarks : public Application {
private:
public:
    AppSolMarks(int updateIntervalSec, AppConfig& appConfig);

    std::string toString();

    void buttonClickMiddle();

    void buttonClickRight();

    int showDataOnDisplay(GxEPD* display, JSONVar data);

    void showMarkLine(GxEPD* display, std::string date, std::string subject, std::string mark);
};