Skip to content

Commit

Permalink
Commented debug sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
robsoncouto committed Feb 3, 2017
1 parent 74698a9 commit c03014d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sprites.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef SPRITES_H
#define SPRITES_H


/*for debug
const static uint8_t __attribute__ ((progmem)) zeros[]={
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
Expand All @@ -18,7 +18,7 @@ const static uint8_t __attribute__ ((progmem)) sqr[]={
0xFF, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0xFF,
0xFF, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0xFF
};

*/
#define CACTS1_GLCD_HEIGHT 16
#define CACTS1_GLCD_WIDTH 8
const static uint8_t __attribute__ ((progmem)) cacts1[]={
Expand Down

0 comments on commit c03014d

Please sign in to comment.