Commit c311377
committed
Automated update by Adabot (adafruit/adabot@41b2432)
Updating https://github.com/adafruit/Adafruit_CircuitPython_CharLCD to 3.3.10 from 3.3.9:
> Merge pull request adafruit/Adafruit_CircuitPython_CharLCD#62 from jposada202020/correcting_rtype_documentation
> Merge pull request adafruit/Adafruit_CircuitPython_CharLCD#61 from lesamouraipourpre/docs-and-examples
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_HTU21D to 0.11.0 from 0.10.7:
> Merge pull request adafruit/Adafruit_CircuitPython_HTU21D#16 from jposada202020/adding_temp_rh_resolution
Updating https://github.com/adafruit/Adafruit_CircuitPython_HTU31D to 1.1.0 from 1.0.2:
> Merge pull request adafruit/Adafruit_CircuitPython_HTU31D#5 from jposada202020/adding_temp_rh_resolution_properties
> Merge pull request adafruit/Adafruit_CircuitPython_HTU31D#4 from jposada202020/correcting_conversion_formulas
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK to 0.1.3 from 0.1.2:
> Merge pull request adafruit/Adafruit_CircuitPython_MONSTERM4SK#3 from FoamyGuy/add_jackolantern_example
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_Seesaw to 1.8.2 from 1.8.1:
> Merge pull request adafruit/Adafruit_CircuitPython_seesaw#66 from jposada202020/examples_api
Updating https://github.com/adafruit/Adafruit_CircuitPython_SHT4x to 1.0.6 from 1.0.5:
> Merge pull request adafruit/Adafruit_CircuitPython_SHT4x#7 from jposada202020/correcting_print
Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 to 2.11.4 from 2.11.3:
> Merge pull request adafruit/Adafruit_CircuitPython_SSD1306#60 from mrouillard/fix-decimal-separator-issue
Updating https://github.com/adafruit/Adafruit_CircuitPython_FakeRequests to 1.0.3 from 1.0.2:
> Merge pull request adafruit/Adafruit_CircuitPython_FakeRequests#4 from jposada202020/main
> "Increase duplicate code check threshold "
> Merge pull request adafruit/Adafruit_CircuitPython_FakeRequests#3 from FoamyGuy/pylintrc_and_versions
Updating https://github.com/adafruit/Adafruit_CircuitPython_FunHouse to 2.1.1 from 2.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_FunHouse#14 from makermelissa/main
> Merge pull request adafruit/Adafruit_CircuitPython_FunHouse#13 from joezilla86/Docstring-updates
Updating https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar to 2.1.1 from 2.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_ProgressBar#27 from jposada202020/improving_docs1 parent e6b56e1 commit c311377
File tree
10 files changed
+10
-10
lines changed- libraries
- drivers
- helpers
10 files changed
+10
-10
lines changed- .pre-commit-config.yaml+1
- .pylintrc+2-3
- README.rst+3-3
- adafruit_character_lcd/character_lcd.py+19-27
- adafruit_character_lcd/character_lcd_i2c.py+9-8
- adafruit_character_lcd/character_lcd_rgb_i2c.py+20-25
- adafruit_character_lcd/character_lcd_spi.py+8-7
- docs/api.rst+2-3
- docs/conf.py+10-10
- docs/examples.rst+55-2
- docs/index.rst+25
- examples/charlcd_custom_character_nyan_cat.py
- examples/charlcd_customcharacter.py+1-1
- examples/charlcd_i2c_mono_simpletest.py+1-2
- examples/charlcd_i2c_rgb_simpletest.py+1-2
- examples/charlcd_keypad_simpletest.py+1-2
0 commit comments