Skip to content

Commit 7653eca

Browse files
author
Julio Monge
committed
First commit
0 parents  commit 7653eca

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

License.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
EasyOledUI © 2024 by Victor Julio Monge Rojas is licensed under CC BY-NC-SA 4.0
2+
3+
4+
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/julio22011?tab=repositories">EasyOledUI</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/julio22011">Victor Julio Monge Rojas</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>

README.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This library enables to make an UI made of simple menus and messages.
2+
It was tested with an OLED I2C of 128x64 pixels.
3+
4+
5+
Essential hardware:
6+
- ESP32.
7+
- OLED I2C/SPI.
8+
9+
Other:
10+
- Buttons and resistors for the controls.
11+
- Buzzer.

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=EasyOledUI
2+
version=0.9.0
3+
author=Victor Julio Monge Rojas
4+
maintainer=Victor Julio Monge Rojas
5+
sentence=Arduino ESP32 - Simple UI generator with manus and messages
6+
paragraph=This library enables to make an UI made of simple menus and messages. It was tested with an OLED I2C of 128x64 pixels. It was made for ESP32, but can be used on other platforms.
7+
category=User interfase
8+
url=https://github.com/julio220115838
9+
architectures=esp32

0 commit comments

Comments
 (0)