Skip to content

Commit

Permalink
Add tag type 50
Browse files Browse the repository at this point in the history
  • Loading branch information
stevew817 committed Jul 4, 2024
1 parent 468f6b7 commit 2576043
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oepl-definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
#define SOLUM_M3_BW_58 0x42
#define SOLUM_M3_PEGHOOK_BWR_13 0x43

// Types using modchip
#define MODCHIP_HD150_BWR_58 0x50

// Hanshow Nebular types
#define HS_NEBULAR_BWY_35 0x60
Expand Down
41 changes: 41 additions & 0 deletions resources/tagtypes/50.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": 2,
"name": "HD150 5.83\" BWR",
"width": 648,
"height": 480,
"rotatebuffer": 0,
"bpp": 2,
"colortable": {
"white": [ 255, 255, 255 ],
"black": [ 0, 0, 0 ],
"red": [ 255, 0, 0 ]
},
"shortlut": 0,
"zlib_compression": "2",
"options": [ ],
"contentids": [ 22, 23, 1, 4, 5, 8, 9, 7, 19, 10, 11 ],
"usetemplate": 1,
"template": {
"1": {
"weekday": [ 300, 0, "Signika-SB.ttf", 110 ],
"month": [ 300, 310, "Signika-SB.ttf", 110 ],
"day": [ 300, 75, "Signika-SB.ttf", 250 ]
},
"10": {
"title": [ 300, 10, "fonts/bahnschrift30" ],
"pos": [ 300, 50 ]
},
"9": {
"title": [ 6, 0, "Signika-SB.ttf", 32 ],
"items": 6,
"line": [ 9, 40, "calibrib16.vlw" ],
"desc": [ 2, 8, "REFSAN12.vlw", 1.2 ]
},
"11": {
"rotate": 0,
"mode": 1,
"days": 7,
"gridparam": [ 7, 17, 30, "calibrib16.vlw", "tahoma9.vlw", 14 ]
}
}
}

0 comments on commit 2576043

Please sign in to comment.