Enable support for 640x480 resolution

This commit is contained in:
Voranto
2026-03-05 15:52:49 +01:00
committed by GitHub
parent 44caee21ab
commit 67fe57f189

View File

@@ -164,6 +164,7 @@ uint16_t hdmi_res_list[][2] = {
{1152, 864},
{1024, 768},
{800, 600},
{640, 480},
};
uint16_t hdmi_unsupported_res_list[][2] = {