Update __init__.py
This commit is contained in:
parent
b23da85b7d
commit
df318da444
@ -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 <bluefox@privacynerd.de>
|
Copyright (C) 2024 Benjamin Burkhardt <bluefox@privacynerd.de>
|
||||||
|
|
||||||
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.
|
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 <https://www.gnu.org/licenses/>.
|
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class Menu:
|
class lcdMenu:
|
||||||
def __init__():
|
def __init__():
|
||||||
pass
|
pass
|
Loading…
Reference in New Issue
Block a user