Skip to content

Commit

Permalink
Fix "text not smooth" issue #86, some other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
board707 committed Apr 12, 2024
1 parent 1861c7f commit 4b3d4e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
@@ -1,4 +1,10 @@
# ChangeLog
## [1.1.4] - 2024-04-12
- Fix "text not smooth" issue #86
- Change <COLOR_4BITS> to <COLOR_4BITS_Packed> mode in STM32F1 examples due to incompatibility
with recommended pin sets.
- Add enableDebugPorts() call to STM32F1 examples

## [1.1.3] - 2024-04-11
- Fix display crashes Pi Pico (pull request #94)
- Change pattern templates to variadic, replace some old templates.
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=DMD_STM32
version=1.1.3
version=1.1.4
author=Dmitry Dmitriev <bort707h@gmail.com>
maintainer=Dmitry Dmitriev <bort707h@gmail.com>
sentence=STM32 library for led matrix panels
Expand Down

0 comments on commit 4b3d4e3

Please sign in to comment.