Skip to content

Commit

Permalink
Corrected documentation in configuration.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolla committed Apr 3, 2023
1 parent 0655e46 commit e383a98
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@
#ifndef Configuration_h
#define Configuration_h

// The base memory location in EEPROM where configurayion settings are saved.
#define SAVED_EEPROM_BASE_MEMORY_LOCATION 10

// Set to true if you are using an Adafruit 2.8" TFT Touch Shield for
// Arduino w/Capacitive Touch with an Arduino Mega 2560 Note: A Mega
// 2560 is required due to the memory requirements. You will also
// need to cut the traces between 11-13 and solder bridge the ICSP
// pins for the board to work with the Mega 2560 board.
// REf: https://learn.adafruit.com/adafruit-2-8-tft-touch-shield-v2/connecting#using-with-a-mega-slash-leonardo

// The base memory location in EEPROM where configurayion settings are saved.
#define SAVED_EEPROM_BASE_MEMORY_LOCATION 10

#define ADAFRUIT_TFT_TOUCH_SHIELD true

// Adafruit 2.8" TFT Touch Shield for Arduino w/Capacitive Touch
Expand Down

0 comments on commit e383a98

Please sign in to comment.