Skip to content

Commit

Permalink
追记内容(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtion committed Apr 21, 2016
1 parent 035c23b commit cf0fb1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 14_day/bootpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ void HariMain(void)
sprintf(s, "(%3d, %3d)", mx, my);
putfonts8_asc_sht(sht_back, 0, 0, COL8_FFFFFF, COL8_008484, s, 10);
sheet_slide(sht_mouse, mx, my);/* 包含sheet_refresh含sheet_refresh */
if ((mdec.btn & 0x01) != 0) { /* 按下左键、移动sht_win */
sheet_slide(sht_win, mx - 80, my - 8);
}
}
} else if (i == 10) { /* 10秒定时器 */
putfonts8_asc_sht(sht_back, 0, 64, COL8_FFFFFF, COL8_008484, "10[sec]", 7);
Expand Down

0 comments on commit cf0fb1c

Please sign in to comment.