Skip to content
This repository was archived by the owner on Dec 4, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/ESP32_TFT_eSPI/ESP32_TFT_eSPI.ino
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void setup()

/* Create simple label */
lv_obj_t *label = lv_label_create(lv_scr_act(), NULL);
lv_label_set_text(label, "Hello Arduino! (V6.1.1)");
lv_label_set_text(label, "Hello Arduino! (V7.0.X)");
lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, 0);
}

Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"repository":
{
"type": "git",
"url": "https://github.com/littlevgl/arduino"
"url": "https://github.com/lvgl/lv_arduino"
},
"version": "2.1.5",
"version": "3.0.0",
"license": "MIT",
"frameworks": "arduino",
"build": {
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=lv_arduino
version=2.1.5
version=3.0.0
author=Gabor Kiss-Vamosi
maintainer=Pavel Brychta <pablo@xpablo.cz>
sentence=Full-featured Graphics Library for embedded systems
paragraph=Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.
category=Display
url=https://littlevgl.com
url=https://lvgl.io
architectures=*
includes=lvgl.h
Loading