Set vga_monoscope default boot mode to PAL 720x576 and add build instructions
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
u16 Rows[962]; // RLE rows
|
||||
u8 Img[180000] __attribute__ ((aligned(4))); // RLE image
|
||||
int MonoSel = 22; // selected videomode
|
||||
int MonoSel = 1; // selected videomode (PAL 720x576)
|
||||
|
||||
// monoscope descriptor
|
||||
typedef struct {
|
||||
@@ -262,8 +262,8 @@ int main()
|
||||
// run VGA core
|
||||
StartVgaCore();
|
||||
|
||||
// run default video mode VGA 640x480
|
||||
MonoInit(22);
|
||||
// run default video mode PAL 720x576
|
||||
MonoInit(1);
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user