mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-08 19:30:39 +00:00
Reduced MARGIN to 30 in part6-breakout now we got config.txt right
This commit is contained in:
parent
735963ea89
commit
05fc8b4733
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
// The screen
|
||||
#define WIDTH 1920
|
||||
#define HEIGHT 1080
|
||||
#define MARGIN 75
|
||||
#define MARGIN 30
|
||||
#define VIRTWIDTH (WIDTH-(2*MARGIN))
|
||||
#define FONT_BPG 8
|
||||
|
||||
|
|
Loading…
Reference in a new issue