97bbaba5barenamed 2 functions, their names were swapped. inserted the metallic logo
Patrick Tschuchnig
2019-09-19 13:51:58 +0200
f617226879changed the default logic for the buttons and contact pins to inverted - default high. changed circuit and circuit diagrams to accomodate for that.
Patrick Tschuchnig
2019-09-19 08:58:21 +0200
2baa5e4e7badded sound effects, changed screen resolution setup to be detection based rather than manually entered
Patrick Tschuchnig
2019-09-19 08:08:18 +0200
d5d79416e3added sound effects. more cleanup. removed toggle fullscreen function (unused). added more documentation
Patrick Tschuchnig
2019-09-17 08:19:24 +0200
12ceaa7265fixed missing input declaration
Patrick Tschuchnig
2019-09-13 12:15:30 +0200
6f69b471e5added next major revision with cleanups and documentation
Patrick Tschuchnig
2019-09-13 08:18:54 +0200
5e2ecbc98fmore fixes
Patrick Tschuchnig
2019-09-12 09:02:51 +0200
0fb43994fdmore fixes
Patrick Tschuchnig
2019-09-12 09:01:40 +0200
c40f8e3128more fixes
Patrick Tschuchnig
2019-09-12 09:00:05 +0200
d1a3a2b35dmore fixes
Patrick Tschuchnig
2019-09-12 08:58:36 +0200
3651b6fb70somehow this didnt work
Patrick Tschuchnig
2019-09-12 08:56:29 +0200
953a2836dcim too dumb to understand = and ==
Patrick Tschuchnig
2019-09-12 08:52:37 +0200
c703f25311disabled blinking
Patrick Tschuchnig
2019-09-12 08:51:36 +0200
c0d75a69f8changed led blinking to default off, removed the handler to update the pwm per default, and made a toggle to switch it back on
Patrick Tschuchnig
2019-09-12 08:50:40 +0200
35416a2c28fixed missing global assignment
Patrick Tschuchnig
2019-09-12 08:21:33 +0200
4cada0a593trying to reduce flicker due to pwm switching
Patrick Tschuchnig
2019-09-12 08:20:20 +0200
dc1bc6fe7bchanged led handler and blinking mechanics
Patrick Tschuchnig
2019-09-12 08:11:03 +0200
d64b0858fccompletely disabled led handler, also the name input box keeps being at the wrong place :x
Patrick Tschuchnig
2019-09-11 16:37:09 +0200
e3af1a7f50progress on the LED blinking handler
Patrick Tschuchnig
2019-09-11 16:34:32 +0200
dc9497ab6btrying a new way of controlling the LED strips
Patrick Tschuchnig
2019-09-11 15:01:29 +0200
003ccce40fchanged the way the drawing for the name entry works
Patrick Tschuchnig
2019-09-11 14:24:18 +0200
bd9ecde8b0changed the way the border and logo is drawn to be on every screen
Patrick Tschuchnig
2019-09-11 14:16:42 +0200
8afb7765a5changed flipping to be done at the end of the game routine
Patrick Tschuchnig
2019-09-11 13:36:08 +0200
a337c279f7minor cleanup, added placeholders, changed when the border is drawn
Patrick Tschuchnig
2019-09-11 13:33:02 +0200
ad94b1b601cleaned up the game states to be a 2 bit system with game running and game ending states.
Patrick Tschuchnig
2019-09-11 13:08:12 +0200
84a6e58ba3fixed a bug where starting the game while displaying the end screen was allowed, causing an undefined state in the engine and softlocking the player. now causing an inhibit state to block the start pin and also only allow checking for the game start if the game is not currently ending
Patrick Tschuchnig
2019-09-11 12:02:41 +0200
60f0545878changed a stupid behaviour that allowed a backspace to be entered as the first char of a name
Patrick Tschuchnig
2019-09-11 11:45:29 +0200
b42813cf75changed when the game stopped routine is being called, as it was called while the game was in ending state, which wasnt intended
Patrick Tschuchnig
2019-09-11 11:40:53 +0200
7e67391678changed the game start timer to be a one-shot in the game_ending routine. changed a spelling mistake in variable declaration.
Patrick Tschuchnig
2019-09-11 11:27:43 +0200
72a08a23b6changed timing system for the game\'s end to be tick based
Patrick Tschuchnig
2019-09-11 11:14:59 +0200
48df332b32changed timings, changed a problem with the game restarting, changed logic for game start to be for a closing button, changed pin for errors to be 33 (pull up)
Patrick Tschuchnig
2019-09-11 10:57:16 +0200
9e2086611cfixed incorrect variable name
Patrick Tschuchnig
2019-09-11 10:05:22 +0200
22208f9cf7added general pinout info at the top, changed the start pin to have an inhibitor latch
Patrick Tschuchnig
2019-09-11 10:03:24 +0200
9eda20c47dfixed uninitialised var for previous change
Patrick Tschuchnig
2019-09-10 16:48:00 +0200
5d62d58478slight changes to game loop to not constantly change the led colours at every tick
Patrick Tschuchnig
2019-09-10 16:46:49 +0200
16c32133cbchanged initialisation ordering
Patrick Tschuchnig
2019-09-10 16:38:31 +0200
6412bbd26ffirst general code revision, unstable and untested. restructured the definitions, changed the game to a tick-based system, changed game loop to have a game state instead of being a strict script based state machine, lots of small changes. changed naming convention from camel case to underscore-spaced. unified naming convention. changed variable naming to reflect what the variable is used by.
Patrick Tschuchnig
2019-09-10 16:35:08 +0200
da2f53a5a3changes to orientation and colour
Patrick Tschuchnig
2019-09-10 16:09:06 +0200
7048bc3800changing colours
Patrick Tschuchnig
2019-09-10 14:51:19 +0200
ede64d8199changed default behaviour of escape to be exit_application, not shutdown. shutdown is now q
Patrick Tschuchnig
2019-09-10 14:44:13 +0200
64f645a76dtesting white background colour
Patrick Tschuchnig
2019-09-10 14:05:35 +0200
d96c81d2eathe random use of upper and lowercase letters is horribly annoying...
Patrick Tschuchnig
2019-09-10 14:01:06 +0200
d68fe7bca8fixed screen size variable
Patrick Tschuchnig
2019-09-10 13:59:54 +0200
049f5e992fadded image
Patrick Tschuchnig
2019-09-10 13:58:30 +0200
25cc1ec5f8added missing import
Patrick Tschuchnig
2019-09-10 13:57:34 +0200
cfab44e3aamerged image display functions and functionality from imagetest.py
Patrick Tschuchnig
2019-09-10 13:54:01 +0200
c0ba73e5f8first test for displaying images
Patrick Tschuchnig
2019-09-10 13:48:04 +0200
ee9f92d4fdfirst merge with the led program functions, unstable and untestet
Patrick Tschuchnig
2019-09-09 08:42:53 +0200
478922e3d9rgb led steuerung programmiert (rumpf)
Patrick Tschuchnig
2019-09-09 08:20:40 +0200
4f67b16bb7removed all timePerError lines/commands
Moris Krajnc
2019-08-30 09:56:04 +0200