Skip to content

Commit dabbded

Browse files
committed
Got back to using Display object in the Stage library
1 parent c3136f4 commit dabbded

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

ports/atmel-samd/boards/ugame10/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ uint8_t display_init_sequence[] = {
5252
0xc4, 2, 0x8a, 0xee,
5353
0xc5, 1, 0x0e, // _VMCTR1 VCOMH = 4V, VOML = -1.1V
5454
0x2a, 0, // _INVOFF
55-
0x36, 1, 0xa8, // _MADCTL bottom to top refresh
55+
0x36, 1, 0xa0, // _MADCTL bottom to top refresh
5656
// 1 clk cycle nonoverlap, 2 cycle gate rise, 3 sycle osc equalie,
5757
// fix on VTL
5858
0x3a, 1, 0x05, // COLMOD - 16bit color

ports/atmel-samd/boards/ugame10/mpconfigboard.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ CIRCUITPY_FREQUENCYIO = 0
2929
CIRCUITPY_AUDIOBUSIO = 0
3030
CIRCUITPY_PIXELBUF = 0
3131

32-
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage
32+
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/ugame10
33+
34+
CIRCUITPY_DISPLAY_FONT = "../../tools/Tecate-bitmap-fonts/bitmap/phallus/lemon.bdf"

0 commit comments

Comments
 (0)