mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 12:05:51 +01:00
minor fix in content
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"shortlut": 0,
|
||||
"options": ["button", "led"],
|
||||
"contentids": [22, 23, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 26],
|
||||
"contentids": [22, 23, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20],
|
||||
"usetemplate": 1,
|
||||
"template": {
|
||||
"1": {
|
||||
|
||||
@@ -1034,7 +1034,7 @@ bool getRssFeed(String &filename, String URL, String title, tagRecord *&taginfo,
|
||||
StaticJsonDocument<512> loc;
|
||||
getTemplate(loc, 9, taginfo->hwType);
|
||||
initSprite(spr, imageParams.width, imageParams.height, imageParams);
|
||||
stampTime(spr);
|
||||
// stampTime(spr);
|
||||
|
||||
if (util::isEmptyOrNull(title)) title = "RSS feed";
|
||||
drawString(spr, title, loc["title"][0], loc["title"][1], loc["title"][2], TL_DATUM, TFT_BLACK, loc["title"][3]);
|
||||
|
||||
Reference in New Issue
Block a user