Skip to content

Releases: lovyan03/LovyanGFX

add drawBezier ( Cubic Bezier curve )

08 Jul 06:49
8ca789e
Compare
Choose a tag to compare

fix examples bug
add drawBezier ( Cubic Bezier curve )
update: jpeg decomp speed up.
update: The paint function has been modified to support a giant sprite.

Fix: pushPixelsDMA arguments were mistakenly treated as half the length.

28 Jun 06:38
ea9c5c6
Compare
Choose a tag to compare

Fix: pushPixelsDMA arguments were mistakenly treated as half the length.
update: drawBmpFile, drawJpgFile, drawPngFile takes a fs::File* and works.
modify: The procedure for loading custom settings has been changed.

bugfix: #21 Buffer overruns occur when draw_string on a string of zero length. ( thanks for @haoling )

25 Jun 09:01
fd4e8e1
Compare
Choose a tag to compare

Fixed an issue where the BMP font was 1 pixel out of bottom when the decimal point scale was set.
add typedef GFXglyph and GFXFont
update: Avoiding File Conflicts.

bugfix: pushColors did not work properly.

22 Jun 12:24
105ae24
Compare
Choose a tag to compare

bugfix: pushColors did not work properly.
add compatibility color definitions (LGFX_TFT_eSPI)
add examples/Sprite/CollisionCircles
add examples/Game/BallMaze

bugfix: GFX font can't print white space.

13 Jun 03:59
c66b798
Compare
Choose a tag to compare

bugfix: GFX font can't print white space.
Revamped the method of setting up the environment.
Adjusting file naming conventions.

Changed the argument of setTextSize from int to float.

26 May 10:56
f049128
Compare
Choose a tag to compare

update: Changed the argument of setTextSize from int to float.
add drawBezier function

bugfix: drawBmp and drawPng from the memory array does not work.

21 May 14:08
5292772
Compare
Choose a tag to compare

bugfix: drawBmp and drawPng from the memory array does not work.
add: examples/Sprite/PartyParrot.

fix pushImage bug

20 May 21:43
d9e0d71
Compare
Choose a tag to compare

add examples/HowToUse/3_fonts
fix: The transparent color of pushImage did not work properly.

bugfix and refactoring

18 May 15:08
b7f193f
Compare
Choose a tag to compare
Merge pull request #15 from lovyan03/unstable

v0.1.7

0.1.6: Merge pull request #14 from lovyan03/unstable

17 May 12:44
2cb23f3
Compare
Choose a tag to compare