Commit graph

7322 commits

Author SHA1 Message Date
f180acd0be
other pylint version doesn't know this disable 2022-09-08 16:42:34 -05:00
4a5af804da
windows key is useful 2022-09-08 16:01:42 -05:00
f0e9c3aaa0
Fix pylint diagnostics 2022-09-08 16:00:02 -05:00
b02b572ea6
change the message template to one vim likes
The default message template, with a colon after the filename,
works better in vim as an error file (:cfile). Switch, because
I don't think anyone else depends on the exact syntax and both forms
are clear-ish to humans.
2022-09-08 15:56:58 -05:00
8a6d35c0c3
more example 2022-09-08 15:56:08 -05:00
3d42798227
quiet pylint kthx 2022-09-08 12:45:17 -05:00
2c23ae7fbd
make it pylint clean 2022-09-08 10:53:56 -05:00
223313d0f9
as on device 2022-09-08 10:39:01 -05:00
9da2b09f78
Don't need to call memoryview() here, remove 2022-08-25 10:56:26 -05:00
8cdb4dfbf1
Add ability to toggle color bars on/off 2022-08-25 09:14:16 -05:00
5e72ba0ece
Use os.getenv instead of dotenv.get_key 2022-08-24 11:08:08 -05:00
7e38a518bd
fix license info 2022-08-24 10:50:47 -05:00
54de26ab61 pylint some more 2022-08-23 12:31:21 -05:00
9727c1e55a renaming never hurt anybody 2022-08-23 12:22:52 -05:00
2bd2a7b31e pylint 2022-08-23 12:22:24 -05:00
456ab88f21
example switches between rgb565 and jpeg modes 2022-08-14 13:32:01 -05:00
4de25666c6 qrio example 2022-08-10 11:16:18 -05:00
4614ad3c61 Add new demo 2022-08-10 10:17:54 -05:00
55cb01c081 another example 2022-08-10 10:10:10 -05:00
52852b9460 add lcd viewfinder example 2022-08-10 10:04:33 -05:00
Anne Barela
0345780798
Merge pull request #2238 from jedgarpark/step_switch_pico_demo
first commit step switch pico demo code
2022-08-10 08:47:53 -04:00
John Park
d860e31796 first commit step switch pico demo code 2022-08-09 17:56:53 -07:00
Anne Barela
8907f497eb
Merge pull request #2237 from adafruit/pixel_art_slideshow_reorg
Moved code.py
2022-08-08 14:39:10 -04:00
evaherrada
8408ecd8b7
Moved code.py 2022-08-08 14:20:07 -04:00
Kattni
42f11b7e85
Merge pull request #2229 from mew-cx/rename_to_boot.py
Rename file to its intended name of "boot.py"
2022-08-08 11:53:41 -04:00
Anne Barela
b8c198913b
Merge pull request #2236 from FoamyGuy/octopus_game_and_watch
Octopus game and watch
2022-08-05 08:26:35 -04:00
foamyguy
76475fe84f remove consider-using-with 2022-08-04 20:10:10 -05:00
foamyguy
d23158bb5c pylint fixes 2022-08-04 19:49:46 -05:00
foamyguy
ec356b0cb8 copyright declarations 2022-08-04 19:16:00 -05:00
foamyguy
d6f4c4fec0 full brightness by default 2022-08-04 19:09:40 -05:00
foamyguy
799d1efcbb updating octopus game 2022-08-04 18:24:00 -05:00
Anne Barela
e37750bacf
Merge pull request #2235 from adafruit/telegraph_update
Updating value in code.py
2022-08-03 14:08:59 -04:00
BlitzCityDIY
cbc1a359dc Updating value in code.py
Just caught a minor value error that was left in the loop from testing. Should be polling IO every 5 seconds, not 2
2022-08-03 13:46:04 -04:00
Anne Barela
17af90beee
Merge pull request #2234 from adafruit/telegraph
Adding code for two way telegraph guide
2022-08-03 12:01:14 -04:00
BlitzCityDIY
d3755d0663 Adding code for two way telegraph guide
Adding code for two way telegraph display project.
2022-08-03 11:44:09 -04:00
Anne Barela
271b3fee5b
Merge pull request #2232 from caternuson/magtag_weather_updates
Update MagTag Weather code
2022-07-30 19:17:09 -04:00
Anne Barela
c7d7b5bb88
Merge pull request #2233 from jedgarpark/flying-fader
changed touch pin so it'll work on Feather RP2040 (was on A4, now on A3)
2022-07-30 19:15:52 -04:00
John Park
d9f892c4b1 changed touch pin so it'll work on Feather RP2040 (was on A4, now on A3) 2022-07-30 15:10:20 -07:00
caternuson
cf00a1bd5f update MagTag Weather code 2022-07-30 13:31:36 -07:00
foamyguy
129b0a9e6f updating octopus game 2022-07-30 12:07:01 -05:00
foamyguy
5f23d53b77 high score implemented and game mode speed difference 2022-07-30 11:18:35 -05:00
Anne Barela
1f0f36d858
Merge pull request #2231 from adafruit/cv_skull
Adding code for MIDI to CV guide
2022-07-29 12:26:54 -04:00
BlitzCityDIY
b8414f8e8f Adding code for MIDI to CV guide
Adding code for the MIDI to CV learn guide. Takes in MIDI messages over USB and outputs gate and 1V/oct. volts.py is a helper file for comparing MIDI note numbers and 1V/oct values
2022-07-29 11:59:53 -04:00
Anne Barela
2c1ef098b5
Merge pull request #2230 from jedgarpark/flying-fader
first commit flying fader demo
2022-07-29 07:38:26 -04:00
John Park
301977ac10 first commit flying fader demo 2022-07-28 22:43:44 -07:00
foamyguy
7482547c8f initial commit game & watch octopus 2022-07-28 22:01:26 -05:00
Mike Weiblen
00dc61708e Rename file to its intended name of "boot.py" 2022-07-28 18:24:36 -06:00
Dan Halbert
211581efe3
Merge pull request #2228 from dhalbert/pet_planter-wavs
Fix pet_planter wav files
2022-07-28 14:58:37 -04:00
Dan Halbert
ad0605c6c0 Fix pet_planter wav files 2022-07-28 14:39:21 -04:00
Anne Barela
53e94f5f11
Merge pull request #2227 from dhalbert/pyplanter-fixes
Fix PyPlanter; update other catches of requests exceptions
2022-07-26 20:05:46 -04:00