1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Rename FreetronicsLCD to just LCD

This commit is contained in:
Rhys Weatherley
2012-05-25 09:27:26 +10:00
parent 9a674fc632
commit fa9284a5a3
36 changed files with 76 additions and 76 deletions

View File

@@ -21,7 +21,7 @@
*/
// include the library code:
#include <FreetronicsLCD.h>
#include <LCD.h>
#include <Form.h>
#include <Field.h>
#include <BoolField.h>
@@ -55,7 +55,7 @@
#define SETTING_MELODY 3 // Melody to play for the alarm
// Initialize the LCD
FreetronicsLCD lcd;
LCD lcd;
// Activate the realtime clock chip.
SoftI2C bus(RTC_DATA, RTC_CLOCK);
@@ -104,7 +104,7 @@ void setup() {
power_timer1_disable();
// Enable the screen saver.
lcd.setScreenSaverMode(FreetronicsLCD::BacklightOnSelect);
lcd.setScreenSaverMode(LCD::BacklightOnSelect);
lcd.enableScreenSaver(3);
// Initialize the alarm melody.