This is a basic example how to draw a bitmap on Pokitto screen

Dependencies:   PokittoLib

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers My_settings.h Source File

My_settings.h

Go to the documentation of this file.
00001 /**************************************************************************/
00002 /*!
00003     @file     My_settings.h
00004     @author   XX
00005 
00006     @section HOW TO USE My_settings
00007 
00008    My_settings can be used to set project settings inside the mbed online IDE
00009 */
00010 /**************************************************************************/
00011 
00012 #ifndef MY_SETTINGS_H
00013 #define MY_SETTINGS_H
00014 
00015 #define PROJ_HIRES 0            //1 = high resolution (220x176) , 0 = low resolution fast mode (110x88)
00016 #define PROJ_ENABLE_SOUND 1     // 0 = all sound functions disabled
00017 
00018 #endif
00019