Skip to content
Snippets Groups Projects
Commit f94c74b9 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix the 132x43 mode...

Was using the 14 row font with 350 screen rows and expecting 43 lines.
parent 7371d076
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2227 passed
......@@ -107,7 +107,7 @@ struct video_params vparams[] = {
/* VESA 34x132 mode */
{VESA_132X34, COLOUR_PALETTE, 132, 34, 12, 13, 14, 8, 1, 7, 0, 601, 1000, 1056, 476},
/* VESA 43x132 mode */
{VESA_132X43, COLOUR_PALETTE, 132, 43, 7, 7, 14, 8, 1, 7, 0, 442, 1000, 1056, 350},
{VESA_132X43, COLOUR_PALETTE, 132, 43, 7, 7, 8, 8, 1, 7, 0, 442, 1000, 1056, 350},
/* VESA 50x132 mode */
{VESA_132X50, COLOUR_PALETTE, 132, 50, 7, 7, 8, 8, 1, 7, 0, 505, 1000, 1056, 400},
/* VESA 60x132 mode */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment