Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HelloWorld by
Diff: My_settings.h
- Revision:
- 3:744b412057be
- Parent:
- 1:9e3293ab4ad9
- Child:
- 4:7bd192389df1
--- a/My_settings.h Wed Oct 11 22:52:35 2017 +0000 +++ b/My_settings.h Wed Oct 11 23:03:48 2017 +0000 @@ -1,19 +1,2 @@ -/**************************************************************************/ -/*! - @file My_settings.h - @author XX - - @section HOW TO USE My_settings - - My_settings can be used to set project settings inside the mbed online IDE -*/ -/**************************************************************************/ - -#ifndef MY_SETTINGS_H -#define MY_SETTINGS_H - -#define PROJ_HIRES 0 //1 = high resolution (220x176) , 0 = low resolution fast mode (110x88) -#define PROJ_ENABLE_SOUND 1 // 0 = all sound functions disabled -#define PROJ_STREAMING_MUSIC 1 - -#endif \ No newline at end of file +#define PROJ_SCREENMODE 1 +#define PROJ_ENABLE_SOUND 0 \ No newline at end of file