We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 057204d + 59de0cd commit a9e0c61Copy full SHA for a9e0c61
adafruit_character_lcd/character_lcd_spi.py
@@ -50,7 +50,7 @@
50
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CharLCD.git"
51
52
53
-class Character_LCD_SPI(Character_LCD_Mono):
+class Character_LCD_SPI(Character_LCD_Mono): # pylint: disable=too-few-public-methods
54
"""Character LCD connected to I2C/SPI backpack using its SPI connection.
55
This is a subclass of Character_LCD and implements all of the same
56
functions and functionality.
0 commit comments