Skip to content
Snippets Groups Projects
Commit 89e73c4f authored by deuce's avatar deuce
Browse files

Fix the number of rows in the new SyncTERM modes.

parent d50721ed
No related branches found
No related tags found
No related merge requests found
......@@ -110,8 +110,8 @@ struct video_params vparams[] = {
/* VESA 60x132 mode */
{VESA_132X60, COLOUR_PALETTE, 132, 60, 7, 7, 8, 8, 1},
/* Awesome modes */
{ST132X37_16_9, COLOUR_PALETTE, 132, 40, 14, 15, 16, 8, 1},
{ST132X52_5_4, COLOUR_PALETTE, 132, 40, 14, 15, 16, 8, 1},
{ST132X37_16_9, COLOUR_PALETTE, 132, 37, 14, 15, 16, 8, 1},
{ST132X52_5_4, COLOUR_PALETTE, 132, 52, 14, 15, 16, 8, 1},
};
uint32_t palettes[5][16] = {
......
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