mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 05:06:39 +01:00
new content type: day ahead prices (S3-based AP only)
This commit is contained in:
@@ -28,6 +28,7 @@ void drawForecast(String &filename, JsonObject &cfgobj, const tagRecord *taginfo
|
||||
int getImgURL(String &filename, String URL, time_t fetched, imgParam &imageParams, String MAC);
|
||||
bool getRssFeed(String &filename, String URL, String title, tagRecord *&taginfo, imgParam &imageParams);
|
||||
bool getCalFeed(String &filename, JsonObject &cfgobj, tagRecord *&taginfo, imgParam &imageParams);
|
||||
bool getDayAheadFeed(String &filename, JsonObject &cfgobj, tagRecord *&taginfo, imgParam &imageParams);
|
||||
void drawQR(String &filename, String qrcontent, String title, tagRecord *&taginfo, imgParam &imageParams);
|
||||
uint8_t drawBuienradar(String &filename, JsonObject &cfgobj, tagRecord *&taginfo, imgParam &imageParams);
|
||||
void drawAPinfo(String &filename, JsonObject &cfgobj, tagRecord *&taginfo, imgParam &imageParams);
|
||||
|
||||
@@ -16,6 +16,7 @@ struct imgParam {
|
||||
bool grayLut = false;
|
||||
uint8_t bufferbpp = 8;
|
||||
uint8_t rotate = 0;
|
||||
uint16_t highlightColor = 2;
|
||||
|
||||
uint16_t width;
|
||||
uint16_t height;
|
||||
|
||||
@@ -78,6 +78,7 @@ struct HwType {
|
||||
uint8_t bpp;
|
||||
uint8_t shortlut;
|
||||
uint8_t zlib;
|
||||
uint16_t highlightColor;
|
||||
};
|
||||
|
||||
struct varStruct {
|
||||
|
||||
Reference in New Issue
Block a user