Commit graph

4674 commits

Author SHA1 Message Date
Kevin J Walters
81fbdd7a2e Moving points values out to constants.
Squashing some assignments onto one line.
2020-08-08 14:30:08 +01:00
Kevin J Walters
ff6fffe801 Rearranging the text setting for the summary Label on round results screen to set in constructor rather than later via property. This is neater but main motivation is to work around a Label y position bug. 2020-08-07 18:11:23 +01:00
Kevin J Walters
2612984998 Switching to the new match_prefixes for Advertisement matching which replaces prefix.
Changing to matching using the library rather than the match_locally enabled code and a few fixes around that dusty code path.
match_prefixes came up in the review #1185
2020-08-07 00:43:50 +01:00
Kevin J Walters
95acc972bf Removing the C-esque pad removal in strUnpad() and replacing with rstrip based on review.
Note: CP 5.3.0 bytes(xx) always make a new object. #1185
2020-08-06 19:46:16 +01:00
Kevin J Walters
e3dd2d2175 Converting filter() to list comprehension with trailing if filter syntax based on review. #1185 2020-08-06 19:13:46 +01:00
Kevin J Walters
758280b13e Changing evaluateRound() to return value to a form of enumerated value based on const() numbers for WIN, DRAW, LOSE, INVALID.
Maintains the use of booleans on the call to rps_display.showPlayerVPlayer(). #1185
2020-08-06 18:32:30 +01:00
Kevin J Walters
ea82f2bb46 Renaming files to a more specific audio_files.
Removing error_output in SampleJukebox constructor as it is no longer used (exception now lists all missing files).
2020-08-06 17:18:48 +01:00
Anne Barela
a295bc42ff
Merge branch 'master' into rockpaperscissors 2020-08-05 09:09:45 -04:00
Limor "Ladyada" Fried
bf56c97b59
Merge pull request #1201 from caternuson/clue_altimeter_update
CLUE altimeter update
2020-08-04 19:12:31 -04:00
caternuson
834467f0dc CLUE altimeter update 2020-08-04 15:36:22 -07:00
Kevin J Walters
3806b2f673 pylint vs whitespace 2020-08-04 21:53:15 +01:00
Kevin J Walters
304aa80104 Correcting/improving the error reporting for mulitple missing audio files from SampleJukebox constructor with new SampleJukeboxError exception. 2020-08-04 21:36:13 +01:00
Anne Barela
86b7f12dfc
Merge branch 'master' into rockpaperscissors 2020-08-04 14:43:29 -04:00
Anne Barela
20aa758372
Merge pull request #1197 from grajohnt/master
Initial commit
2020-08-03 21:00:36 -04:00
Anne Barela
4b9d95b426
Merge branch 'master' into master 2020-08-03 20:50:18 -04:00
Limor "Ladyada" Fried
be00721e8d
Merge pull request #1199 from jedgarpark/lars-fix
comment fix for M4 board
2020-08-03 17:23:59 -04:00
John Park
dc7056cc2e comment fix for M4 board 2020-08-03 13:27:33 -07:00
Anne Barela
f3f6b1890a
Merge branch 'master' into master 2020-08-03 14:48:35 -04:00
Anne Barela
3ae4406ff6
Merge pull request #1198 from adafruit/robot_drummer
Adding code for MIDI Solenoid Drum Kit
2020-08-03 12:20:54 -04:00
Anne Barela
365f25353d
Merge branch 'master' into robot_drummer 2020-08-03 12:10:33 -04:00
Brent Rubell
79786dc1f4
Merge pull request #1196 from dherrada/master
Added astrophotography tracker code
2020-08-03 09:54:51 -04:00
Brent Rubell
92e22369a6
Merge branch 'master' into master 2020-08-03 09:43:06 -04:00
dherrada
bf3dd5e4fb Now using total_steps variable 2020-08-03 09:35:28 -04:00
dherrada
27febca14a Moved calculations in step_time.py to code.py 2020-08-03 09:31:57 -04:00
BlitzCityDIY
1866c2184d Adding code for MIDI Solenoid Drum Kit
Adding code for the MIDI solenoid drum kit Learn Guide.

When a MIDI note (60, 61, 62 or 63) is recieved, a solenoid strikes
2020-08-03 08:23:26 -04:00
kevinjwalters
0919096b5d
Merge branch 'master' into rockpaperscissors 2020-08-02 23:34:05 +01:00
grajohnt
0ff446e055
Merge branch 'master' into master 2020-08-01 16:06:49 -05:00
Melissa LeBlanc-Williams
fce94d171f
Merge pull request #1195 from gmeader/master
Titano version of calculator
2020-08-01 14:06:08 -07:00
John Thurmond
44662873c7 Initial commit 2020-08-01 15:38:41 -05:00
Glenn Meader
ec44ab0619 Use board.Display.width and height in settings 2020-07-31 13:04:45 -07:00
Glenn Meader
03b547ae7c move font into fonts folder 2020-07-31 12:06:47 -07:00
dherrada
cf0425c244 Added astrophotography tracker code 2020-07-31 12:48:54 -04:00
gmeader
a80023619f
Merge pull request #1 from gmeader/gmeader-calculator-patch-1
PyPortal Titano version of calculator
2020-07-30 12:45:39 -07:00
gmeader
a9ab65627e
PyPortal Titano version of calculator
Titano version of calculator and associated font
2020-07-30 12:38:08 -07:00
Brent Rubell
284171e4ec
Merge pull request #1194 from brentru/update-esp32-passthru
Update External ESP32 Passthrough Sketch
2020-07-30 12:50:35 -04:00
brentru
bf633a1c9f update serialesp 2020-07-30 12:34:55 -04:00
Jeff Epler
8e78f772d1
Merge pull request #1193 from jepler/sdcard-new-example
sdcardio: new example
2020-07-29 13:22:27 -05:00
Limor "Ladyada" Fried
9d8e77cee5
Merge branch 'master' into sdcard-new-example 2020-07-29 14:04:55 -04:00
d595fdb42d sdcardio: new example 2020-07-29 12:46:37 -05:00
Limor "Ladyada" Fried
9a87c0e3d8
Merge pull request #1192 from FoamyGuy/clue_sensor_plotter_memory_fix
Clue sensor plotter memory fix
2020-07-28 23:31:50 -04:00
FoamyGuy
5a13f4493f newline at end of file 2020-07-28 20:12:10 -05:00
FoamyGuy
d18812390c don't use bitmap background for the info label 2020-07-28 20:11:02 -05:00
Anne Barela
d15e57a86d
Merge pull request #1191 from caternuson/clue_alti
Code for CLUE altimeter
2020-07-28 14:06:03 -04:00
caternuson
f1dae84925 code for CLUE altimeter 2020-07-27 08:20:28 -07:00
Anne Barela
f3b9548bf4
Merge pull request #1190 from adafruit/pixel_chase_game
pixel chase game code - please consider a comment header at top on what the program does/what tutorial to look at
2020-07-27 10:19:06 -04:00
BlitzCityDIY
46261a3033 pixel chase game code
Adding the code for the Pixel Chase Game Learn Guide.

Using 61 NeoPixels in a circle, a "chaser" pixel flies around. A "target" pixel is setup randomly in the circle and using a push button, you try and hit the target with the chaser. The color changes and speed increases with each level up. If you press the button without being on target, the game resets. Once you win all the levels, the NeoPixels go into rainbow_cycle for a bit and then a new game begins.
2020-07-27 09:13:59 -04:00
Anne Barela
360b2022ee
Merge pull request #1189 from adafruit/Vote_keyboard
initial commit
2020-07-27 08:47:12 -04:00
Collin Cunningham
61dcf8d7b9 initial commit 2020-07-27 05:37:55 -04:00
Kattni
2a92546df8
Merge pull request #1188 from jepler/sdcardio-sdioio-guide
New files for upcoming guide
2020-07-24 16:04:00 -04:00
e9b5577695 New files for guide 2020-07-24 14:45:13 -05:00