font2b + default_font.h fix (hopefully), display and rom ld just to sync
[my-code/arm.git] / betty / display.c
index 916ffa1..2da19ef 100644 (file)
@@ -134,7 +134,7 @@ void display_draw_rectangle(int x,int y,int w,int h,u8 fill,u8 alpha) {
                DISPLAY_SET_PAGE_ADDR(p);
                for(c=x;c<x+w;c++) {
                        DISPLAY_SET_C_ADDR(c);
-                       b[0]=DISPLAY_DATA;              // dummy read
+                       b[0]=DISPLAY_DATA;              // dummy read (p.16)
                        b[0]=DISPLAY_DATA;
                        b[1]=DISPLAY_DATA;
                        rmax=y+8>y+h?y+h:y+8;