VGA font needs to be scaled if screen size is locked at 640x480
This commit is contained in:
parent
3cf07a736f
commit
316df3aa94
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<video id="videoVGA" model="vga" memory="0x20000" screenwidth="640" screenheight="480" autolock="true" pos="center" padding="8px">
|
||||
<video id="videoVGA" model="vga" memory="0x20000" screenwidth="640" screenheight="480" scale="true" autolock="true" pos="center" padding="8px">
|
||||
<menu>
|
||||
<title>VGA Color Display</title>
|
||||
<control type="container" pos="right">
|
||||
|
|
|
|||
Loading…
Reference in a new issue