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.
1 parent bb6870c commit 4c47f3bCopy full SHA for 4c47f3b
adafruit_ra8875/ra8875.py
@@ -44,6 +44,7 @@
44
__version__ = "0.0.0+auto.0"
45
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RA8875.git"
46
47
+
48
# pylint: disable-msg=invalid-name
49
def color565(r: int, g: int = 0, b: int = 0) -> int:
50
"""Convert red, green and blue values (0-255) into a 16-bit 565 encoding."""
0 commit comments