Commit graph

618 commits

Author SHA1 Message Date
Robert Grizzell
f9027e29ea
Adding LILYGO T-Deck helper library 2023-11-28 20:30:42 -06:00
adabot
3bcbd5b5a3 Automated update by Adabot (adafruit/adabot@b08b400)
Updating https://github.com/elpekenin/circuitpython_toml to 0.1.4 from 0.1.3:
  > Remove `del`
2023-11-28 05:07:53 +00:00
foamyguy
5cecb34321
Merge pull request #196 from elpekenin/lib/toml
TOML library
2023-11-23 10:18:19 -06:00
elpekenin
639aeea277 Update submodule, should grab tag now 2023-11-23 16:04:35 +01:00
adabot
9b5ea6fa3b Automated update by Adabot (adafruit/adabot@2dd658e)
Updating https://github.com/cedargrovestudios/circuitpython_chime to 0.0.4 from 0.0.3:
  > Update README.rst
  > correct file name
  > Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_Chime
  > add class and strike method diagrams
2023-11-21 05:07:24 +00:00
elpekenin
5347e430c1 Initial commit 2023-11-16 20:21:04 +01:00
foamyguy
5fefcac317
Merge pull request #194 from jins-tkomoda/add-qmi8658c
Add qmi8658c
2023-11-04 10:11:47 -05:00
Taiki Komoda
90e6964d14 added qmi8658c 2023-11-04 11:05:47 +09:00
Taiki Komoda
1f7e7c6a4d Add qmi8658c imu driver 2023-11-04 11:05:46 +09:00
adabot
1a53e6f3fc Automated update by Adabot (adafruit/adabot@2dd658e)
Updating https://github.com/CedarGroveStudios/CircuitPython_ColorFader to 1.0.3 from 1.0.2:
  > update for CircuitPython 8.x+/9.0 displayio compatibility

Updating https://github.com/CedarGroveStudios/CircuitPython_PaletteFader to 1.1.2 from 1.1.1:
  > Update pyproject.toml
  > update for CircuitPython 8.x+/9.0 displayio compatibility
  > expand definition of normalization
  > Merge pull request CedarGroveStudios/CircuitPython_PaletteFader#3 from tekktrik/dev/update-ci
  > update to newer pylint build
  > update to newer pylint version
  > restore .github folder
  > update .github files

Updating https://github.com/Cedargrovestudios/circuitpython_paletteFilter to 1.0.1 from 1.0.0:
  > update for CircuitPython 8.x+/9.0 displayio compatibility
  > Merge pull request Cedargrovestudios/circuitpython_paletteFilter#1 from tekktrik/dev/update-ci

Updating https://github.com/CedarGroveStudios/CircuitPython_PaletteSlice to 1.0.3 from 1.0.2:
  > update for CircuitPython 8.x+/9.0 displayio compatibility
  > Merge pull request CedarGroveStudios/CircuitPython_PaletteSlice#1 from tekktrik/dev/update-ci
  > fix pylint error

Updating https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator to 1.0.2 from 1.0.1:
  > Update pyproject.toml
  > update for CircuitPython 8.x+/9.0 displayio compatibility
  > Merge pull request CedarGroveStudios/CircuitPython_TouchCalibrator#1 from tekktrik/dev/update-ci
  > Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator
  > upgrade black and re-run
  > fix black formatting error
2023-11-02 05:11:05 +00:00
Dan Halbert
bbb29f432c
Merge pull request #193 from adafruit/dhalbert-patch-1
Add setuptools to requirements.txt
2023-10-28 21:09:46 -04:00
Dan Halbert
a866c9eb1a
Add setuptools to requirements.txt
CI Python version is now 3.12. It needs `setuptools`:

From https://docs.python.org/3/whatsnew/3.12.html
> gh-95299: Do not pre-install setuptools in virtual environments created with venv. This means that distutils, setuptools, pkg_resources, and easy_install will no longer available by default; to access these run pip install setuptools in the activated virtual environment
2023-10-28 21:04:38 -04:00
adabot
34ceca1398 Automated update by Adabot (adafruit/adabot@20231025)
Updating https://github.com/cedargrovestudios/circuitpython_chime to 0.0.3 from 0.0.2:
  > Update requirements.txt with community bundle dependency
  > Update requirements.txt
2023-10-29 00:27:24 +00:00
adabot
c01d252bc2 Automated update by Adabot (adafruit/adabot@20231017)
Updating https://github.com/cedargrovestudios/circuitpython_chime to 0.0.2 from 0.0.1:
  > Update requirements.txt
2023-10-20 05:06:34 +00:00
Scott Shawcroft
95327c7f7c
Merge pull request #191 from FoamyGuy/move_chime_module
Move chime module
2023-10-18 09:43:39 -07:00
foamyguy
3d2e99c5d7 add chime module 2023-10-17 20:26:24 -05:00
foamyguy
14e6b44f9c remove mistyped module 2023-10-17 20:26:24 -05:00
foamyguy
ec62ab1b28
Merge pull request #189 from todbot/main
Add ruhrohrotaryio for non-sequential pin rotaryio use on rp2040 et al
2023-10-16 14:19:08 -05:00
Tod Kurt
89caea4d4f Add ruhrohrotaryio for non-sequential pin rotaryio use on rp2040 et al 2023-10-16 10:10:11 -07:00
foamyguy
b53c418da2
Merge pull request #184 from CedarGroveStudios/main
Add CircuitPython_Chime helper to the Community Bundle
2023-10-16 11:54:16 -05:00
adabot
3c75de6a15 Automated update by Adabot (adafruit/adabot@20231010)
Updating https://github.com/todbot/CircuitPython_PS2Controller to 1.2.2 from 1.2.1:
  > Update README.rst
2023-10-12 05:06:49 +00:00
Cedar Grove Maker Studios
caa8765ff0
Add CircuitPython_Chime helper to the bundle 2023-10-11 15:10:37 -07:00
Cedar Grove Maker Studios
4b41e35d85 Submit chime library to community bundle 2023-10-11 15:03:01 -07:00
Scott Shawcroft
730aac7c50
Merge pull request #183 from TristanWarder/main
Add AT24MAC EEPROM driver
2023-10-06 09:48:27 -07:00
Tristan Warder
17b48efe0a Add AT24MAC EEPROM driver 2023-10-05 15:06:28 -04:00
adabot
96d293f0a0 Automated update by Adabot (adafruit/adabot@20231003)
Updating https://github.com/jepler/Jepler_CircuitPython_udecimal to 1.0.9 from 1.0.7:
  > Merge pull request jepler/Jepler_CircuitPython_udecimal#37 from jepler/pre-commit-ci-update-config
  > pre-commit: update
2023-10-04 05:10:58 +00:00
adabot
93d6d32272 Automated update by Adabot (adafruit/adabot@20230927)
Updating https://github.com/furbrain/CircuitPython_mag_cal to 1.4.1 from 1.3.0:
  > Make work with RTD and make the Strictnesss tuple more easily accessible
  > Make anomaly detection more flexible
2023-09-28 05:09:24 +00:00
adabot
1bc059e552 Automated update by Adabot (adafruit/adabot@20230915)
Updating https://github.com/furbrain/CircuitPython_CaveBLE to 1.1.2 from 1.1.0:
  > drop excess readings silently
  > Update README.rst
2023-09-17 05:07:19 +00:00
adabot
2255a92f31 Automated update by Adabot (adafruit/adabot@20230915)
Updating https://github.com/CedarGroveStudios/CircuitPython_MIDI_Tools to 1.1.4 from 1.1.1:
  > update name_to_note() helper
  > update name_to_note() helper
  > simplify name_to_note code
2023-09-16 05:11:40 +00:00
adabot
3410c93979 Automated update by Adabot (adafruit/adabot@20230905)
Updating https://github.com/2bndy5/CircuitPython_nRF24L01 to 2.1.3 from 2.1.2:
  > resolve 2bndy5/CircuitPython_nRF24L01#48 (2bndy5/CircuitPython_nRF24L01#50)
  > generating social media cards for each docs page (2bndy5/CircuitPython_nRF24L01#47)
  > fix build CI for pre-release builds of CirPy
  > update docs
  > Merge branch 'more-CI-updates'
2023-09-06 05:07:16 +00:00
adabot
80fea14f92 Automated update by Adabot (adafruit/adabot@20230829)
Updating https://github.com/jposada202020/CircuitPython_MC3479 to 0.2.1 from 0.2.0:
  > small updates
  > Update pyproject.toml
  > docs
  > Merge remote-tracking branch 'origin/master'
  > updating examples
  > Merge remote-tracking branch 'origin/master'
  > removing Reuse
  > Merge remote-tracking branch 'origin/master'
  > changing sphinx theme
  > datarate
2023-09-04 05:10:02 +00:00
adabot
0315c427b9 Automated update by Adabot (adafruit/adabot@20230829)
Updating https://github.com/furbrain/CircuitPython_RM3100 to 1.0.1 from v1.0.0:
  > Make github actions work with python 3.11

Updating https://github.com/furbrain/CircuitPython_async_button to 1.2.3 from 1.2.2:
  > Fix bug during deinit if asyncio not started
2023-09-02 05:06:40 +00:00
adabot
377a2fd89e Automated update by Adabot (adafruit/adabot@63c51c1)
Updating https://github.com/s-light/CircuitPython_ansi_escape_code to v1.2.1 from 1.1.0:
  > fixing sphinx
  > fix linting...
  > Merge branch 'main' of github.com:s-light/CircuitPython_ansi_escape_code and update .pylintrc
  > add `get_terminal_size` & progressbar
  > change pre-commit config to current cookie-cuter version from https://github.com/adafruit/cookiecutter-adafruit-circuitpython/blob/main/.pre-commit-config.yaml
  > fix pre-commit black and pylint versions updated to work with python3.11
2023-08-29 05:11:10 +00:00
adabot
ebecf7028f Automated update by Adabot (adafruit/adabot@20230815)
Updating https://github.com/todbot/CircuitPython_MicroOSC to 0.3 from 0.2:
  > small example cleanup
  > small example cleanup
  > update docs w new examples
  > cleanup the simplesend examples
  > add simplesend examples showing OSCClient
  > nope that did not fix docs
  > try to fix docs to match everyone else
  > cleanup after oscclient add
  > add types to OscMsg, add first cut of OSCClient sender
2023-08-22 05:13:40 +00:00
adabot
724f8310c1 Automated update by Adabot (adafruit/adabot@20230815)
Updating https://github.com/todbot/CircuitPython_MicroOSC to 0.2 from 0.1:
  > I still dislike sphinx
  > I dislike sphinx
  > let user pass in socket source, other fixups
2023-08-21 05:06:43 +00:00
jposada202020
681428638a
Merge pull request #181 from todbot/main
add microosc helper library
2023-08-20 19:27:13 -04:00
Tod Kurt
522233a5d0 add microosc helper library 2023-08-20 15:25:22 -07:00
jposada202020
a13b3f7368
Merge pull request #180 from tylercrumpton/main
Add GC9D01 TFT LCD driver
2023-08-15 08:07:06 -04:00
Tyler Crumpton
cea162104f Add gc9d01 driver 2023-08-15 02:02:00 -04:00
adabot
076a58b00f Automated update by Adabot (adafruit/adabot@63c51c1)
Updating https://github.com/ricardoquesada/bluepad32-circuitpython to 1.2.0 from 1.1.0:
  > Fix format-f prints
  > Enable/disable Bluetooth connections work Ok
  > Add enable_new_bluetooth_connections
  > Update pre-commit config
2023-08-14 05:09:48 +00:00
adabot
654b422d56 Automated update by Adabot (adafruit/adabot@20230808)
Updating https://github.com/jposada202020/CircuitPython_uplot to 1.1.2 from 1.1.1:
  > correcting logging limits
  > upd
  > adding_dial_example
  > adding koch examples
  > adding koch examples
  > udding koch example
  > adding koch example
  > updating docs
  > updating docs
  > upd
  > adding pic
  > upd
  > improving docs
  > update docs
  > removing time from examples
  > removing_examples_time
  > fixing ticks
  > upd
  > updating cartesian scale and tick values
2023-08-12 05:10:10 +00:00
adabot
07f4ed0f48 Automated update by Adabot (adafruit/adabot@012b13e)
Updating https://github.com/jposada202020/CircuitPython_uplot to 1.1.1 from 1.0.1:
  > updating picture link
  > upd
  > adding Polyfit example
  > udpating pic link
  > upd
  > add const
  > upd
  > adding tick format option and example
  > importing order
  > adding scatter_pointers
  > adding logging line_limits
  > adding figure
  > upd
  > adding style line
  > adding line styles
2023-08-01 05:08:01 +00:00
adabot
95132cbb6c Automated update by Adabot (adafruit/adabot@012b13e)
Updating https://github.com/jposada202020/CircuitPython_uplot to 1.0.1 from 1.0.0:
  > fixing bar
  > fixing scale space bar between
  > fixing bars3d
  > pie example
  > pylint
  > adding_examples
  > polar advanced example
  > polr adavance example
2023-07-30 05:10:57 +00:00
adabot
50d37618a0 Automated update by Adabot (adafruit/adabot@20230728)
Updating https://github.com/jposada202020/CircuitPython_uplot to 1.0.0 from 0.15.2:
  > plot name change
  > cartesian name change
  > usvg name change
  > fillbetween name change
  > bar name change
  > logging rename
  > renaming Pie
  > map name change
  > adding polar plot
2023-07-29 05:07:48 +00:00
adabot
0b822ee2e5 Automated update by Adabot (adafruit/adabot@012b13e)
Updating https://github.com/jposada202020/CircuitPython_uplot to 0.15.2 from 0.15.0:
  > format
  > adding logging animation example
  > pyl
  > adding lissajours curves example
  > adding example
2023-07-28 05:11:26 +00:00
adabot
50c2682b4a Automated update by Adabot (adafruit/adabot@20230725)
Updating https://github.com/jposada202020/CircuitPython_uplot to 0.15.0 from 0.14.3:
  > docs
  > adding shade utility
2023-07-27 05:07:28 +00:00
adabot
8462e6f40c Automated update by Adabot (adafruit/adabot@20230722)
Updating https://github.com/jposada202020/CircuitPython_uplot to 0.14.3 from 0.14.2:
  > adding image
  > upd
  > upd
  > adding table example
  > upd
  > logging_values
2023-07-24 05:12:15 +00:00
adabot
c6b7179bfa Automated update by Adabot (adafruit/adabot@012b13e)
Updating https://github.com/jposada202020/CircuitPython_uplot to 0.14.2 from 0.14.1:
  > upd
  > fixing overflow plot limits
2023-07-22 05:11:38 +00:00
adabot
44d21ce870 Automated update by Adabot (adafruit/adabot@20230718)
Updating https://github.com/jposada202020/CircuitPython_uplot to 0.14.1 from 0.14.0:
  > fixing value_max scale
2023-07-20 05:12:09 +00:00
adabot
ade68d3989 Automated update by Adabot (adafruit/adabot@20230718)
Updating https://github.com/jposada202020/CircuitPython_uplot to 0.14.0 from 0.12.1:
  > upd
  > adding bar_color_change
  > update
  > update
  > defining functions
  > fixing import order
  > adding barplot update values function
2023-07-19 05:09:07 +00:00