Merge pull request #769 from Voranto/Voranto-patch-1

Enable support for 640x480 resolution
This commit is contained in:
wenjie
2026-03-12 11:21:17 +08:00
committed by GitHub

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] = {