Mode15 demo program (220x176x16 colors)

Dependencies:   PokittoLib

/media/uploads/Pokitto/mode15.gif

My_settings.h

Committer:
Pokitto
Date:
2018-05-02
Revision:
1:51eec15b1635
Parent:
0:50603ea12729

File content as of revision 1:51eec15b1635:

#ifndef MY_SETTINGS_H
#define MY_SETTINGS_H

#define PROJ_MODE15       1     // 220x176 hires 16 color mode
#define PROJ_ENABLE_SOUND 0     // 0 = all sound functions disabled

#endif