-
-
Notifications
You must be signed in to change notification settings - Fork 2k
add ArduinoSevenSegmentTM1637 #6608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
❌ ERROR: Arduino Lint found errors with https://github.com/kolod/ArduinoTM1637:
|
Thanks for your interest in contributing to the Arduino Library Manager index @kolod After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @kolod. Thanks for your interest in contributing to the Arduino Library Manager.
I see the bot reported a problem with your submission that will block its acceptance:
ERROR: Library name ArduinoSevenSegmentTM1637 starts with "Arduino". These names are reserved for official libraries.
See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
(Rule LP012)
Please fix the problem so we can proceed with your submission.
You will need to do the following things:
- Change the value of the
name
property in the library'slibrary.properties
metadata file to a unique name that meets the requirements defined here.
ⓘ You can search the Arduino IDE Library Manager to check if a prospective name is already taken. - Bump the value of the
version
property in the library'slibrary.properties
metadata file. - Create a new release or tag in the library repository.
- Add a comment here in the pull request thread that mentions @ArduinoBot.
After that, the automated checks will run again. Once those are passing, your library will be automatically added to Library Manager.
If you have any questions or concerns, please let me know.
Regards, Per
Add ArduinoSevenSegmentTM1637 library
📋 Library Information
📝 Description
Modern Arduino library for controlling 4-digit seven segment displays with TM1636/TM1637 driver ICs. This library provides dual ecosystem support for both Arduino IDE and PlatformIO, with comprehensive CI/CD testing and enhanced code quality.
✨ Key Features
print()
,println()
, etc.)🔧 Technical Details
*
(Universal compatibility)📁 Library Structure Validation
🚀 Quality Assurance