Browse Source

added readme, removed mileading config

master
Victor Giers 2 years ago
parent
commit
5e5a8c6a1f
2 changed files with 3 additions and 2 deletions
  1. 3
    0
      README.md
  2. 0
    2
      notizheftanzeiger.pde

+ 3
- 0
README.md View File

@@ -0,0 +1,3 @@
## Notizheftanzeiger
Mit Processing 3 oder 4 zu öffnen und auszuführen
Benötigt ordner "data" mit Notizheftdaten

+ 0
- 2
notizheftanzeiger.pde View File

@@ -7,8 +7,6 @@ float timerTime = 5000; //in milliseconds how long slide is shown
float transitionTime = 3000; //how long it takes to fade the next slide in. must not be greater than "timerTime"
boolean displayText = true; //if the "date" should be written on screen
boolean displayTimeline = true; //if the timeline should be drawn on screen
boolean fullscreen = true;

//

Timer timer;

Loading…
Cancel
Save