diff src/tft.inc @ 371:fec5eec4c8b7

fix some display issues with display1
author heinrichsweikamp
date Wed, 19 Aug 2015 16:27:00 +0200
parents e79bc535ef9e
children a001f170a1f7
line wrap: on
line diff
--- a/src/tft.inc	Tue Aug 18 22:02:55 2015 +0200
+++ b/src/tft.inc	Wed Aug 19 16:27:00 2015 +0200
@@ -186,7 +186,7 @@
         call    pixel_write
         endm
 
-INIT_PIXEL_WROTE macro colRegister
+INIT_PIXEL_WRITE macro colRegister
         movff   colRegister,win_leftx2
         call    init_pixel_write
         endm