Skip to content

Commit

Permalink
lib: bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Mar 1, 2024
1 parent d4fafe2 commit f11a76a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sdk/lib/lilka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ void loop() {
// Заповнити екран чорним кольором
lilka::display.fillScreen(lilka::display.color565(0, 255, 0));

lilka::Image *image = lilka::resources.loadImage("/sd/hello.bmp", lilka::display.color565(255, 0, 255));
lilka::display.drawImage(image, 32, 64);

while (1) {
// Отримати стан кнопок
lilka::State state = lilka::controller.getState();
Expand Down
2 changes: 1 addition & 1 deletion sdk/lib/lilka/library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lilka",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit f11a76a

Please sign in to comment.