Skip to content

Add LCDShiftView library for shift-register based LCD control #6639

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

Merged
merged 1 commit into from
Jul 23, 2025

Conversation

Martin4017
Copy link
Contributor

@Martin4017 Martin4017 commented Jul 23, 2025

Introduce LCDShiftView, an enhanced LiquidCrystal-compatible library:

  • Custom RS/E/D4–D7 pin mapping via setPins()
  • Backlight on/off control via backlight(bool)
  • Supports displays > 16×2 and custom characters
  • Valid library.properties, version tagged, passes cli lint

See full source: https://github.com/Martin4017/LCDShiftView

@github-actions github-actions bot added the topic: submission Add library to the list label Jul 23, 2025
Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/Martin4017/LCDShiftView:

Linting library in LCDShiftView
WARNING: library.properties url field value * does not have a valid URL format.                                
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP041)                                                                                          
WARNING: Unable to load the library.properties url field: Head "*": unsupported protocol scheme ""             
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP042)                                                                                          

Linter results for project: 0 ERRORS, 2 WARNINGS

-------------------

Linting sketch in LCDShiftView/examples/Autoscroll

Linter results for project: no errors or warnings

-------------------

Linting sketch in LCDShiftView/examples/Blink

Linter results for project: no errors or warnings

-------------------

Linting sketch in LCDShiftView/examples/Cursor

Linter results for project: no errors or warnings

-------------------

Linting sketch in LCDShiftView/examples/CustomCharacter

Linter results for project: no errors or warnings

-------------------

Linting sketch in LCDShiftView/examples/Display

Linter results for project: no errors or warnings

-------------------

Linting sketch in LCDShiftView/examples/HelloWorld

Linter results for project: no errors or warnings

-------------------

Linting sketch in LCDShiftView/examples/Scroll

Linter results for project: no errors or warnings

-------------------

Linting sketch in LCDShiftView/examples/SerialDisplay

Linter results for project: no errors or warnings

-------------------

Linting sketch in LCDShiftView/examples/TextDirection

Linter results for project: no errors or warnings

-------------------

Linting sketch in LCDShiftView/examples/setCursor

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 2 WARNINGS

@github-actions github-actions bot merged commit 58ed637 into arduino:main Jul 23, 2025
11 checks passed
Copy link
Contributor

Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index.

The library(s) will be available for installation via Library Manager within a day's time.

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/Martin4017/LCDShiftView/

github-actions bot pushed a commit that referenced this pull request Jul 23, 2025
@Martin4017 Martin4017 changed the title LCD control via shift register Add LCDShiftView library for shift-register based LCD control Jul 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: submission Add library to the list
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant