Subversion Repositories freemyipod

Rev

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

Rev 762 Rev 835
Line 27... Line 27...
27
#define BALL_H 5
27
#define BALL_H 5
28
 
28
 
29
// 24-bit FB (rgb888)
29
// 24-bit FB (rgb888)
30
#define DBPP 3
30
#define DBPP 3
31
 
31
 
32
static void main()
32
static void main(int argc, const char** argv)
33
{
33
{
34
    unsigned int run_cycles = 5000,
34
    unsigned int run_cycles = 5000,
35
    dw = lcd_get_width(),
35
    dw = lcd_get_width(),
36
    dh = lcd_get_height();
36
    dh = lcd_get_height();
37
    
37