Skip to content

Commit f4ea53e

Browse files
committed
Merge branch 'master'
2 parents 9a98911 + ad0393c commit f4ea53e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Shox96 can achieve upto 60% compression depending on the composition of text. This can be especially useful in constrained environments like Arduino Uno where only 32kb of Flash memory is available.
66

7+
To find out how Shox96 works, read [this article](https://github.com/siara-cc/Shox96/blob/master/Shox96_Article_0_2_0.pdf?raw=true).
8+
79
## Applications
810

911
- Displaying descriptive error or warning messages

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=Shox96 Promem
1+
name=Shox96 Progmem Compression
22
version=1.0
33
author=Arundale Ramanathan
44
maintainer=Arun <arun@siara.cc>
5-
sentence=Compress short strings and messages and save space on Flash (PROGMEM)
6-
paragraph=This library allows storing of compressed text strings in Arduino Program Memory and provides API to retrieve each string individually using index.
5+
sentence=Compress short strings and messages using Shox96 technique and save space on Flash (PROGMEM)
6+
paragraph=This library allows storing of compressed text strings in Arduino Program Memory and provides API to retrieve each string individually using index. It is based on Shox96 hybrid encoding technique.
77
category=Data Storage
88
url=https://github.com/siara-cc/Shox96_Arduino_Progmem_lib
99
architectures=*

0 commit comments

Comments
 (0)