Search found 1 match
- Sat Jul 10, 2021 6:49 am
- Forum: Display Devices
- Topic: Ipad 3/4 Display with HDMI converter board
- Replies: 92
- Views: 218385
Re: Ipad 3/4 Display with HDMI converter board
Does anyone know what video_mode=13 is based on? https://github.com/MiSTer-devel/Main_MiSTer/blob/master/video.cpp vmode_t vmodes[] = { { { 1280, 110, 40, 220, 720, 5, 5, 20 }, 74.25 }, //0 { { 1024, 24, 136, 160, 768, 3, 6, 29 }, 65 }, //1 { { 720, 16, 62, 60, 480, 9, 6, 30 }, 27 }, //2 { { 720, 12, 64, 68, 576, 5, 5, 39 }, 27 }, //3 { { 1280, 48...