Skip to content

Commit

Permalink
Update version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Oct 7, 2024
1 parent 0d1545c commit 0700e62
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ body:
label: Version
description: What version of our library are you running?
options:
- 5.1.0
- 5.0.0
- 4.2.0
- 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion docs/source/overview/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Follow `this guide <https://www.ardu-badge.com/LcdMenu>`_ to install the library
.. code-block:: bash
lib_deps =
forntoh/LcdMenu@^5.0.0
forntoh/LcdMenu@^5.1.0
4. Save the changes to the platformio.ini file.

Expand Down
26 changes: 7 additions & 19 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#######################################

ButtonAdapter KEYWORD1
CharacterDisplayInterface KEYWORD1
CharacterDisplayRenderer KEYWORD1
DisplayInterface KEYWORD1
InputInterface KEYWORD1
ItemBack KEYWORD1
Expand All @@ -24,50 +26,37 @@ LcdMenu KEYWORD1
LiquidCrystalAdapter KEYWORD1
LiquidCrystal_I2CAdapter KEYWORD1
MenuItem KEYWORD1
MenuRenderer KEYWORD1
MenuScreen KEYWORD1
SimpleRotaryAdapter KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
#######################################

LiquidCrystal KEYWORD2
LiquidCrystal_I2C KEYWORD2
abortCharEdit KEYWORD2
back KEYWORD2
backspace KEYWORD2
begin KEYWORD2
changeScreen KEYWORD2
clear KEYWORD2
clearBlinker KEYWORD2
clearCursor KEYWORD2
clearDownIndicator KEYWORD2
clearUpIndicator KEYWORD2
commitCharEdit KEYWORD2
concat KEYWORD2
constrainBlinkerPosition KEYWORD2
createChar KEYWORD2
decrement KEYWORD2
draw KEYWORD2
drawBlinker KEYWORD2
drawChar KEYWORD2
drawCursor KEYWORD2
drawDownIndicator KEYWORD2
drawItem KEYWORD2
drawUpIndicator KEYWORD2
enter KEYWORD2
executeCommand KEYWORD2
getBlinkerPosition KEYWORD2
getCallback KEYWORD2
getCallbackInt KEYWORD2
getCallbackStr KEYWORD2
getCurrentValue KEYWORD2
getCursorRow KEYWORD2
getDisplayValue KEYWORD2
getEditModeEnabled KEYWORD2
getItemIndex KEYWORD2
getItems KEYWORD2
getMaxCols KEYWORD2
getMaxRows KEYWORD2
getText KEYWORD2
getTextOff KEYWORD2
getTextOn KEYWORD2
Expand All @@ -76,6 +65,7 @@ getViewSize KEYWORD2
handleIdle KEYWORD2
handleReceived KEYWORD2
hasLastChar KEYWORD2
hide KEYWORD2
increment KEYWORD2
initCharEdit KEYWORD2
inline KEYWORD2
Expand All @@ -86,26 +76,24 @@ printLog KEYWORD2
process KEYWORD2
remove KEYWORD2
reset KEYWORD2
resetBlinker KEYWORD2
restartTimer KEYWORD2
right KEYWORD2
saveLastChar KEYWORD2
selectNext KEYWORD2
selectPrevious KEYWORD2
setBacklight KEYWORD2
setCurrentValue KEYWORD2
setEditModeEnabled KEYWORD2
setCursor KEYWORD2
setIsOn KEYWORD2
setItemIndex KEYWORD2
setText KEYWORD2
setValue KEYWORD2
show KEYWORD2
showNextChar KEYWORD2
showPreviousChar KEYWORD2
substring KEYWORD2
toggle KEYWORD2
typeChar KEYWORD2
uint8_t KEYWORD2
updateTimer KEYWORD2

#######################################
# Constants (LITERAL1)
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LcdMenu",
"version": "5.0.0",
"version": "5.1.0",
"keywords": "menu, display, lcdmenu, navigation, lcd, io",
"description": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.",
"homepage": "https://lcdmenu.forntoh.dev",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=LcdMenu
version=5.0.0
version=5.1.0
author=Forntoh Thomas <[email protected]>
maintainer=Forntoh Thomas <[email protected]>
sentence=Display navigable menu items on your LCD display with Arduino.
Expand Down

0 comments on commit 0700e62

Please sign in to comment.