Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added the TFT and Touch libraries. Renamed the main source file
  • Loading branch information
ric10003 committed Oct 17, 2018
1 parent c61bb07 commit c006558
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
@@ -1 +1,6 @@
# darkroom_timer
# Darkroom timer

TFT screen library at http://www.rinkydinkelectronics.com/library.php?id=51

Touch screen library at http://www.rinkydinkelectronics.com/library.php?id=92

Binary file added URTouch.zip
Binary file not shown.
Binary file added UTFT.zip
Binary file not shown.
5 changes: 2 additions & 3 deletions timer_arduino/Timer.ino → timer_arduino/timer_arduino.ino
@@ -1,8 +1,8 @@
#include <UTFT.h>
#include <UTouch.h>
#include <URTouch.h>

UTFT myGLCD(ILI9325D_16,38,39,40,41); // Initialize display
UTouch myTouch(45,47,49,51,53); // Initialize touchscreen 6,5,4,3,2
URTouch myTouch(45,47,49,51,53); // Initialize touchscreen 6,5,4,3,2

#define REL_ENLARGER 42
#define BUZZER 52
Expand Down Expand Up @@ -533,4 +533,3 @@ void loop()
}
}
}

0 comments on commit c006558

Please sign in to comment.