crispy fonts / HS 3.5 BWY template fix / remove DATATYPE_IMG_RAW_1BPP_DIRECT

This commit is contained in:
Nic Limper
2024-01-27 23:49:14 +01:00
parent 5e62b2de1b
commit c2ab7d6057
9 changed files with 5 additions and 6 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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];