-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: arduino-libraries/ArduinoGraphics
base: 1.1.2
head repository: arduino-libraries/ArduinoGraphics
compare: 1.1.3
- 13 commits
- 9 files changed
- 6 contributors
Commits on Mar 19, 2024
-
Bump geekyeggo/delete-artifact from 4 to 5 (#43)
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 4 to 5. - [Release notes](https://github.com/geekyeggo/delete-artifact/releases) - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md) - [Commits](GeekyEggo/delete-artifact@v4...v5) --- updated-dependencies: - dependency-name: geekyeggo/delete-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e0928da - Browse repository at this point
Copy the full SHA e0928daView commit details
Commits on May 28, 2024
-
Remove superfluous blank lines from documentation
Previously, the documentation contained a large number of unnecessary blank lines. Since these serve no purpose and give the source content an unprofessional and sloppy appearance, they are removed.
Configuration menu - View commit details
-
Copy full SHA for bdfd504 - Browse repository at this point
Copy the full SHA bdfd504View commit details -
Configuration menu - View commit details
-
Copy full SHA for df7a773 - Browse repository at this point
Copy the full SHA df7a773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b58bb - Browse repository at this point
Copy the full SHA 96b58bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e7f1e - Browse repository at this point
Copy the full SHA a3e7f1eView commit details -
Merge pull request #44 from per1234/fix-typos
Fix typos in documentation
Configuration menu - View commit details
-
Copy full SHA for 7709e46 - Browse repository at this point
Copy the full SHA 7709e46View commit details
Commits on Sep 2, 2024
-
Allow the fixed fonts to be scaled up.
On larger displays, the two built in fonts are almost invisible. One possible solution is to supply some larger fonts. Another approach is to do, like several TFT display drivers do and allow you to scale the system fixed fonts up to a larger size. Decided this was the easiest approach, and did a quick implementation of it. Like the Adafruit displays, I allowed you to set different scale factors for X and Y. I added a scaledBitmap function which is a modified version of the current bitmap function. I also changed all of the text functions to use it. I left the unscalled version of the API, although I have it simply call the scaled version with scales 1 and 1, as since these methods are virtual, potentially some other subclasses might use and/or implement their own version. Updated the textFontWidth and textFontHeight to multiply the height * the scale as the one example sketch here needs it. I also updated the sketch to scale the canvas to take the font size into account. This appears to work with the changes and I have not used or tested the scroll code. Its sizing should be updated teh same way the test sketch was with the changes with the textFontWidth and textFontHeight changes Update api.md Forgot to update the AsciiDraw example sketch Code Review requested changes _textsize_x -> _textSizeX (ditto for y) setTextSize() -> textSize() scaledBitmap -> bitmap with the extra parameters with defaults
Configuration menu - View commit details
-
Copy full SHA for 0ea3666 - Browse repository at this point
Copy the full SHA 0ea3666View commit details -
Merge pull request #45 from KurtE/text_size
Allow the fixed fonts to be scaled up.
Configuration menu - View commit details
-
Copy full SHA for 4241408 - Browse repository at this point
Copy the full SHA 4241408View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 676f83c - Browse repository at this point
Copy the full SHA 676f83cView commit details -
Update src/ArduinoGraphics.h to remove unnecessary comment
Co-authored-by: Leonardo Cavagnis <45899760+leonardocavagnis@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 04aa61b - Browse repository at this point
Copy the full SHA 04aa61bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4572a10 - Browse repository at this point
Copy the full SHA 4572a10View commit details
Commits on Sep 5, 2024
-
Merge pull request #16 from OmarAli3/clearPoint
add function to clear specific point
Configuration menu - View commit details
-
Copy full SHA for e6eea60 - Browse repository at this point
Copy the full SHA e6eea60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5696697 - Browse repository at this point
Copy the full SHA 5696697View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.1.2...1.1.3