steering-wheel/TouchGFX/application.config

31 lines
729 B
Plaintext
Raw Normal View History

2023-03-06 21:21:00 +01:00
{
"image_configuration": {
"dither_algorithm": "2",
"alpha_dither": "yes",
"layout_rotation": "0",
"opaque_image_format": "RGB565",
"nonopaque_image_format": "ARGB8888",
"section": "ExtFlashSection",
"extra_section": "ExtFlashSection",
2023-03-06 23:42:01 +01:00
"images": {
2023-03-07 20:13:28 +01:00
"Fasttube_Logo_small_white.png": {
"layout_rotation": "90"
2023-03-06 23:42:01 +01:00
},
2023-03-07 20:13:28 +01:00
"logo_dv_small.png": {
"layout_rotation": "90"
},
"logo_dv_small_white.png": {
"layout_rotation": "90"
2023-03-06 23:42:01 +01:00
}
2023-07-24 18:54:12 +02:00
},
"l8_compression": "LZW9"
2023-03-06 21:21:00 +01:00
},
"text_configuration": {
"remap": "yes",
"a4": "yes",
"binary_translations": "no",
"binary_fonts": "no",
"framebuffer_bpp": "16",
"font_format": "0"
}
}