Mode15 demo program (220x176x16 colors)

Dependencies:   PokittoLib

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers My_settings.h Source File

My_settings.h

00001 #ifndef MY_SETTINGS_H
00002 #define MY_SETTINGS_H
00003 
00004 #define PROJ_MODE15       1     // 220x176 hires 16 color mode
00005 #define PROJ_ENABLE_SOUND 0     // 0 = all sound functions disabled
00006 
00007 #endif