Skip to content

Commit 7cb540b

Browse files
committed
initial import
1 parent 7ec8af6 commit 7cb540b

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

ReadMe.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ Custom background, needle and shadow can be setup as follows:
203203
// Optionally share a background image between TFT and the gauge sprite
204204
// - Image must be png/jpg/bmp/qoi or byte array
205205
// - Image dimensions must be tft.width() * tft.height()
206-
// - Image will also be rendered on tft: M5.Lcd.drawPng( img->data, img->len, 0, 0 );
207206
cfg.bgImage = &bgImg;
208207
209208
// draw the gauge background shared image

assets/logo.png

59.2 KB
Loading

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=LGFXMeter
2-
version=0.0.1
2+
version=0.1.1
33
author=tobozo
44
maintainer=tobozo
55
sentence=LGFX based Gauge Decoration and Animation library

0 commit comments

Comments
 (0)