diff options
Diffstat (limited to 'demo/source/initdat.c')
-rw-r--r-- | demo/source/initdat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demo/source/initdat.c b/demo/source/initdat.c index 86f0e6b..4650593 100644 --- a/demo/source/initdat.c +++ b/demo/source/initdat.c @@ -3,8 +3,8 @@ #include <ax/gfx.h> void axd_initdat(axd_dat * const _dat) { - _dat->col = 0x2u; - _dat->pos.x = 0x0u; - _dat->pos.y = 0x0u; + _dat->col = 0x4u; + _dat->pos.x = 0x1u; + _dat->pos.y = 0x1u; _dat->vaddr = 0x600'0000u; } |