Skip to content

Commit

Permalink
Update version to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent e494387 commit 6414644
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 10 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.4.0
- 5.3.1
- 5.3.0
- 5.2.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.3.1
forntoh/LcdMenu@^5.4.0
4. Save the changes to the platformio.ini file.

Expand Down
30 changes: 23 additions & 7 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# Datatypes (KEYWORD1)
#######################################

BaseItemManyWidgets KEYWORD1
BaseItemZeroWidget KEYWORD1
BaseWidget KEYWORD1
BaseWidgetValue KEYWORD1
ButtonAdapter KEYWORD1
CharacterDisplayInterface KEYWORD1
CharacterDisplayRenderer KEYWORD1
Expand All @@ -21,6 +25,7 @@ ItemList KEYWORD1
ItemRangeBase KEYWORD1
ItemSubMenu KEYWORD1
ItemToggle KEYWORD1
ItemWidget KEYWORD1
KeyboardAdapter KEYWORD1
LcdMenu KEYWORD1
LiquidCrystalAdapter KEYWORD1
Expand All @@ -30,6 +35,9 @@ MenuRenderer KEYWORD1
MenuScreen KEYWORD1
SSD1803A_I2CAdapter KEYWORD1
SimpleRotaryAdapter KEYWORD1
WidgetBool KEYWORD1
WidgetList KEYWORD1
WidgetRange KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
Expand All @@ -39,7 +47,6 @@ abortCharEdit KEYWORD2
back KEYWORD2
backspace KEYWORD2
begin KEYWORD2
changeScreen KEYWORD2
clear KEYWORD2
clearBlinker KEYWORD2
commitCharEdit KEYWORD2
Expand All @@ -50,8 +57,7 @@ draw KEYWORD2
drawBlinker KEYWORD2
drawChar KEYWORD2
enter KEYWORD2
executeCommand KEYWORD2
getCallback KEYWORD2
getActiveWidget KEYWORD2
getCallbackInt KEYWORD2
getCallbackStr KEYWORD2
getCurrentValue KEYWORD2
Expand All @@ -63,41 +69,52 @@ getTextOff KEYWORD2
getTextOn KEYWORD2
getValue KEYWORD2
getViewSize KEYWORD2
handleChange KEYWORD2
handleCommit KEYWORD2
handleIdle KEYWORD2
handleReceived KEYWORD2
hasLastChar KEYWORD2
hide KEYWORD2
increment KEYWORD2
initCharEdit KEYWORD2
invokeCallback KEYWORD2
isOn KEYWORD2
left KEYWORD2
log KEYWORD2
nextValue KEYWORD2
observe KEYWORD2
printLog KEYWORD2
previousValue KEYWORD2
process KEYWORD2
remove KEYWORD2
reset KEYWORD2
right KEYWORD2
saveLastChar KEYWORD2
selectNext KEYWORD2
selectPrevious KEYWORD2
setActiveWidget KEYWORD2
setBacklight KEYWORD2
setCurrentValue KEYWORD2
setCursor KEYWORD2
setIsOn KEYWORD2
setItemIndex KEYWORD2
setText KEYWORD2
setValue KEYWORD2
setValues KEYWORD2
setValuesImpl KEYWORD2
show KEYWORD2
showNextChar KEYWORD2
showPreviousChar KEYWORD2
substring KEYWORD2
toggle KEYWORD2
typeChar KEYWORD2
updateValue KEYWORD2

#######################################
# Constants (LITERAL1)
#######################################

ARDUINO_ARCH_ESP32 LITERAL1
ARDUINO_ARCH_ESP8266 LITERAL1
BACK LITERAL1
BACKSPACE LITERAL1
BS LITERAL1
Expand All @@ -123,18 +140,17 @@ FLAGS_SHORT LITERAL1
FLAGS_SPACE LITERAL1
FLAGS_UPPERCASE LITERAL1
FLAGS_ZEROPAD LITERAL1
ITEM_BACK LITERAL1
ITEM_BASIC LITERAL1
ITEM_COMMAND LITERAL1
ITEM_DRAW_BUFFER_SIZE LITERAL1
ITEM_FLOAT_RANGE LITERAL1
ITEM_INPUT LITERAL1
ITEM_INPUT_CHARSET LITERAL1
ITEM_INT_RANGE LITERAL1
ITEM_STRING_LIST LITERAL1
ITEM_SUBMENU LITERAL1
ITEM_TOGGLE LITERAL1
LEFT LITERAL1
LF LITERAL1
LOG LITERAL1
LONG_PRESS_DURATION LITERAL1
MENU_SCREEN LITERAL1
PRINTF_DEFAULT_FLOAT_PRECISION 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.3.1",
"version": "5.4.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.3.1
version=5.4.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 6414644

Please sign in to comment.