From df318da4448fca5b1302bdbd0a31816e97626470 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Thu, 31 Oct 2024 17:24:46 +0000 Subject: [PATCH] Update __init__.py --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 42e3503..014da47 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,5 @@ """ -ProgramChooser - a program launcher for microPython +lcdMenu - A micropython library, which supports vertical and horizontal scrolling through menu items on both 2x16 and 4x20 LCDs Copyright (C) 2024 Benjamin Burkhardt This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -9,6 +9,6 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY You should have received a copy of the GNU General Public License along with this program. If not, see . """ -class Menu: +class lcdMenu: def __init__(): pass \ No newline at end of file