Skip to content

Releases: bonezegei/Bonezegei_ILI9341v2

Version 1.0.6

14 Aug 22:46
30d5875
Compare
Choose a tag to compare

uint16_t getStringTotalHeight(uint16_t cx1, uint16_t cy1, uint16_t cx2, uint16_t cy2, int x, int y, const char *str);
added to identify the total text height without drawing the actual String

Version 1.0.5

13 Aug 23:27
dc852fe
Compare
Choose a tag to compare

xRun = x + 1;

the clipping in text aligns to the position of the first character

Version 1.0.4

31 Jul 21:28
1906e43
Compare
Choose a tag to compare

Font Update

Version 1.0.3

23 Jul 10:12
f6dd7b5
Compare
Choose a tag to compare

int total = (1 + (x2Lim - x1Lim)) * (1 + (y2Lim - y1Lim)); tranfered for proper drawing during rectanle clipping

Version 1.0.2

20 Jul 15:46
4cb8064
Compare
Choose a tag to compare

Improve performance for clipped rect

Version 1.0.0

19 Jul 12:03
8ef9c68
Compare
Choose a tag to compare
v1.0.0

Create Rectangle.ino