Subversion Repositories Projects

Rev

Rev 503 | Rev 515 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 503 Rev 514
Line 16... Line 16...
16
 *   along with this program; if not, write to the                          *
16
 *   along with this program; if not, write to the                          *
17
 *   Free Software Foundation, Inc.,                                        *
17
 *   Free Software Foundation, Inc.,                                        *
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.              *
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.              *
19
 ****************************************************************************/
19
 ****************************************************************************/
Line -... Line 20...
-
 
20
 
-
 
21
#include <avr/io.h>
-
 
22
#include <avr/pgmspace.h>
-
 
23
#include <util/delay.h>
-
 
24
#include "main.h"
-
 
25
#include "max7456_software_spi.h"
-
 
26
 
-
 
27
 
-
 
28
#if (ALLCHARSDEBUG|(WRITECHARS != -1))
20
 
29
 
21
/**
30
/**
22
 * easy char creation:
31
 * easy char creation:
23
 * http://www.mylifesucks.de/tools/max7456/
32
 * http://www.mylifesucks.de/tools/max7456/
Line 1184... Line -...
1184
    0xaa, 0xa8, 0x4a, 0xaa, 0xa1, 0x52, 0xaa, 0x85,
-
 
1185
    0x54, 0xaa, 0x15, 0x55, 0x28, 0x55};
-
 
1186
 
-
 
1187
// small arrow up
-
 
1188
unsigned char cea[54] = {0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55,
-
 
1189
    0x55, 0x55, 0x41, 0x55, 0x55, 0x28, 0x55, 0x54,
-
 
1190
    0xaa, 0x15, 0x52, 0xaa, 0x85, 0x0a, 0xaa, 0xa0,
-
 
1191
    0x2a, 0xaa, 0xa8, 0x2a, 0xaa, 0xa8, 0x00, 0x00,
-
 
Line 1192... Line -...
1192
    0x00, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55,
-
 
1193
    0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55,
-
 
1194
    0x55, 0x55, 0x55, 0x55, 0x55, 0x55};
-
 
1195
 
-
 
1196
// big arrow up
-
 
1197
unsigned char ceb[54] = {0x55, 0x28, 0x55, 0x54, 0xaa, 0x15, 0x52, 0xaa,
-
 
1198
    0x85, 0x4a, 0xaa, 0xa1, 0x2a, 0xaa, 0xa8, 0x40,
-
 
1199
    0x28, 0x01, 0x55, 0x28, 0x55, 0x00, 0x28, 0x00,
-
 
Line 1200... Line -...
1200
    0x2a, 0xaa, 0xa8, 0x2a, 0xaa, 0xa8, 0x00, 0x00,
-
 
1201
    0x00, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55,
-
 
1202
    0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55,
-
 
1203
    0x55, 0x55, 0x55, 0x55, 0x55, 0x55};
-
 
1204
 
324
        }