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.
Diff: Startup/startup.cpp
- Revision:
- 31:cfdb014ff086
- Parent:
- 14:9cfe0041cc4e
- Child:
- 33:e7635c8a58a8
diff -r 08cc4ec58d07 -r cfdb014ff086 Startup/startup.cpp --- a/Startup/startup.cpp Tue May 26 10:17:47 2020 +0000 +++ b/Startup/startup.cpp Tue May 26 14:21:36 2020 +0000 @@ -66,7 +66,7 @@ void startup::initialise(N5110 &lcd, Gamepad &pad) { pad.init(); //initiate Gamepad - printf("Initialising Pad\n"); + //printf("Initialising Pad\n"); lcd.init(); //intitates screen lcd.clear(); lcd.setContrast(0.5); //contrast setting @@ -74,7 +74,7 @@ //Prints CART SYNTH to display lcd.drawSprite(0,0,48,84,(int *)CART_SYNTH_LOGO); lcd.refresh(); - lut.initial_wavetables(); + lut.initial_wavetables(); //generates wavetables wait_ms(3000); //timer to allow theme to play out lcd.clear(); lcd.refresh(); //sets clear screen