No description
Find a file
Anson Mansfield 298eeb6c9d
ssd1681: Fix OverflowError for displays larger than 255x255.
Need to explicitly truncate to just the low-order byte; otherwise, creating these bytearrays results in `OverflowError: value must fit in 1 byte(s)`.
2025-06-02 10:11:18 -04:00
.github Add upload url to release action 2023-01-19 23:43:32 -05:00
adafruit_epd ssd1681: Fix OverflowError for displays larger than 255x255. 2025-06-02 10:11:18 -04:00
docs change to ruff 2025-05-14 14:20:31 +00:00
examples Update ruff format 2025-05-22 12:09:40 -07:00
LICENSES Ran pre-commit, added licenses 2021-01-14 12:40:30 -05:00
.gitattributes change to ruff 2025-05-14 14:20:31 +00:00
.gitignore Add .venv to .gitignore 2022-11-30 19:31:46 -05:00
.pre-commit-config.yaml change to ruff 2025-05-14 14:20:31 +00:00
.readthedocs.yaml add sphinx configuration to rtd.yaml 2025-01-16 09:17:40 -06:00
CODE_OF_CONDUCT.md Ran pre-commit, added licenses 2021-01-14 12:40:30 -05:00
LICENSE Initial lib setup 2018-07-12 15:50:47 -04:00
optional_requirements.txt Switched to pyproject.toml 2022-08-08 22:05:52 -04:00
pyproject.toml Update version string 2022-08-16 18:09:13 -04:00
README.rst change to ruff 2025-05-14 14:20:31 +00:00
README.rst.license Ran pre-commit, added licenses 2021-01-14 12:40:30 -05:00
requirements.txt Add typing-extensions as requirement 2023-06-07 10:19:13 -04:00
ruff.toml change to ruff 2025-05-14 14:20:31 +00:00

SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries

SPDX-License-Identifier: MIT