Skip to content

Commit

Permalink
lib: remove leftover redundant call
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Feb 23, 2024
1 parent e6f7d0e commit 178995b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.0.9",
"version": "1.0.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion sdk/lib/lilka/src/lilka/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ void Display::begin() {
#else
Arduino_ST7789::begin(80000000);
#endif
drawArc();
setFont(u8g2_font_10x20_t_cyrillic);
setUTF8Print(true);
uint16_t row[LILKA_DISPLAY_WIDTH];
Expand Down

0 comments on commit 178995b

Please sign in to comment.