mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 02:04:36 +01:00
crispy fonts / HS 3.5 BWY template fix / remove DATATYPE_IMG_RAW_1BPP_DIRECT
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -8,11 +8,11 @@
|
||||
"colortable": {
|
||||
"white": [255, 255, 255],
|
||||
"black": [0, 0, 0],
|
||||
"yellow": [0, 200, 200],
|
||||
"yellow": [200, 200, 0],
|
||||
"gray": [150, 150, 150]
|
||||
},
|
||||
"shortlut": 0,
|
||||
"options": ["led"],
|
||||
"contentids": [ 22, 23, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 18, 19, 20 ],
|
||||
"usetemplate": 1
|
||||
"usetemplate": 51
|
||||
}
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"shortlut": 0,
|
||||
"options": ["led"],
|
||||
"contentids": [ 22, 23, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 18, 19, 20 ],
|
||||
"usetemplate": 1
|
||||
"usetemplate": 51
|
||||
}
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
"shortlut": 0,
|
||||
"options": ["led"],
|
||||
"contentids": [ 22, 23, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 18, 19, 20 ],
|
||||
"usetemplate": 1
|
||||
"usetemplate": 51
|
||||
}
|
||||
|
||||
@@ -237,8 +237,7 @@ void prepareExternalDataAvail(struct pendingData* pending, IPAddress remoteIP) {
|
||||
switch (pending->availdatainfo.dataType) {
|
||||
case DATATYPE_IMG_DIFF:
|
||||
case DATATYPE_IMG_RAW_1BPP:
|
||||
case DATATYPE_IMG_RAW_2BPP:
|
||||
case DATATYPE_IMG_RAW_1BPP_DIRECT: {
|
||||
case DATATYPE_IMG_RAW_2BPP: {
|
||||
Storage.begin();
|
||||
|
||||
char hexmac[17];
|
||||
|
||||
Reference in New Issue
Block a user