Mode15 demo program (220x176x16 colors)

Dependencies:   PokittoLib

/media/uploads/Pokitto/mode15.gif

Committer:
Pokitto
Date:
Wed May 02 06:36:58 2018 +0000
Revision:
1:51eec15b1635
Parent:
0:50603ea12729
New pokittolib with improved volume controls & better button handling

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Pokitto 0:50603ea12729 1 #ifndef MY_SETTINGS_H
Pokitto 0:50603ea12729 2 #define MY_SETTINGS_H
Pokitto 0:50603ea12729 3
Pokitto 0:50603ea12729 4 #define PROJ_MODE15 1 // 220x176 hires 16 color mode
Pokitto 0:50603ea12729 5 #define PROJ_ENABLE_SOUND 0 // 0 = all sound functions disabled
Pokitto 0:50603ea12729 6
Pokitto 0:50603ea12729 7 #endif