Changed default screen size to match TRMNL OG
This commit is contained in:
parent
82c35a6636
commit
908ddeba44
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"width": 800,
|
"width": 800,
|
||||||
"height": 600,
|
"height": 480,
|
||||||
"output": "trmnl.png",
|
"output": "trmnl.png",
|
||||||
"font": "font.ttf",
|
"font": "font.ttf",
|
||||||
"widgets":
|
"widgets":
|
||||||
|
|||||||
2
main.cpp
2
main.cpp
@ -33,7 +33,7 @@ int main(int argc, char **argv)
|
|||||||
bool ok;
|
bool ok;
|
||||||
|
|
||||||
int screen_width = 800;
|
int screen_width = 800;
|
||||||
int screen_height = 600;
|
int screen_height = 480;
|
||||||
string output_filename = "trmnl.png";
|
string output_filename = "trmnl.png";
|
||||||
string cfg_filename = "config.json";
|
string cfg_filename = "config.json";
|
||||||
json cfg;
|
json cfg;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user