Coder Social home page Coder Social logo

Comments (6)

Pillar1989 avatar Pillar1989 commented on September 23, 2024 2

Done

from grove_lcd_rgb_backlight.

janrakete avatar janrakete commented on September 23, 2024 1

@dasantonym You have saved me life, bro.

from grove_lcd_rgb_backlight.

s-light avatar s-light commented on September 23, 2024

oha - that same issue is just hitting us -
we have educational events at schools here with about 2-5 of this screens on every event...
and with about 120events a year and about 120 different mentor people it would really be nice to have just working libraries....
(it is hard to get this info to all the needed people...)

please!! just a new release!!

from grove_lcd_rgb_backlight.

s-light avatar s-light commented on September 23, 2024

pleas @Pillar1989 are you able to do a new release?
so that there will be a new version in the arduino library manager?

i think these steps are needed:

i checked with the 'arduino-lint` tool and there were NO ERRORS. so that should really be it.

Grove_LCD_RGB_Backlight (master)$ arduino-lint --library-manager update
Linting library in /home/some/where/Grove_LCD_RGB_Backlight
WARNING: No header file found matching library name (Grove_-_LCD_RGB_Backlight.h). Best practices are for primary header
         filename to match library name.                                                                                
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LS008)                                                                                                   
WARNING: library.properties name value Grove - LCD RGB Backlight is longer than the recommended length of 16 characters.
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP010)                                                                                                   
WARNING: library.properties name Grove - LCD RGB Backlight contains spaces. Although supported, best practices is to not
         use spaces.                                                                                                    
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
WARNING: The library.properties paragraph field repeats the sentence field. These are displayed together so redundancy  
         is not needed.                                                                                                 
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP036)                                                                                                   

Linter results for project: 0 ERRORS, 4 WARNINGS

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/Autoscroll

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/Blink

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/Cursor

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/CustomCharacter

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/CustomCharacterProgmem

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/Display

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/HelloWorld

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/Scroll

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/SerialDisplay

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/TextDirection

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/fade

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/setColor

Linter results for project: no errors or warnings

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

Linting sketch in /home/some/where/Grove_LCD_RGB_Backlight/examples/setCursor

Linter results for project: no errors or warnings

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

Linter results for projects: 0 ERRORS, 4 WARNINGS

you can find the full list at
https://github.com/arduino/library-registry/blob/main/FAQ.md#what-are-the-requirements-for-a-library-to-be-added-to-library-manager

from grove_lcd_rgb_backlight.

s-light avatar s-light commented on September 23, 2024

big thank you!!!

from grove_lcd_rgb_backlight.

s-light avatar s-light commented on September 23, 2024

hello @Pillar1989,
i just wondered why the new release is not showing up in the Arduino IDE.
and so i looked into the log files from the indexer:
https://downloads.arduino.cc/libraries/logs/github.com/Seeed-Studio/Grove_LCD_RGB_Backlight/

2024/06/20 22:07:30 Scraping https://github.com/Seeed-Studio/Grove_LCD_RGB_Backlight.git
2024/06/20 22:07:30 Checking out tag: 1.0.0
2024/06/20 22:07:30 Release Grove - LCD RGB Backlight:1.0.0 already loaded, skipping
2024/06/20 22:07:30 Checking out tag: 1.0.1
2024/06/20 22:07:30 Release Grove - LCD RGB Backlight:1.0.0 already loaded, skipping

there it shows one really important information:
you have created the tag 1.0.1 - but this points to the repo with the library.properties old value of 1.0.0

so the safest thing would be to update the library.properties file to 1.0.2 and after this commit do a release with a version 1.0.2
than the indexer should be happy! :-)

from grove_lcd_rgb_backlight.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.