Reduced MARGIN to 30 in part6-breakout now we got config.txt right

This commit is contained in:
Adam Greenwood-Byrne 2020-07-15 22:31:21 +01:00
parent 735963ea89
commit 05fc8b4733

View file

@ -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