Skip to content

Commit 281ffd0

Browse files
committed
Added library properties, fixed incorrect include in examples
1 parent 9597ae8 commit 281ffd0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

examples/arduino_decoder/arduino_decoder.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <Arduino.h>
2-
#include "qoi_pgm.h"
2+
#include "qoi_logo_pgm.h"
33

44
// the c++ implementation seems to be about 2x faster on the UNO, for some reason
55
#define USE_CPP

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=Mini QOI
2+
version=1.0.0
3+
author=Shranav Palakurthi <epicface2304@gmail.com>
4+
maintainer=Shranav Palakurthi <epicface2304@gmail.com>
5+
sentence=A streaming QOI decoder, designed for embedded systems with very little RAM.
6+
paragraph=Mini QOI (abbreviated mQOI) is a streaming QOI decoder, designed for embedded systems with very little RAM. It bypasses the 400MP limit of the reference decoder, requires no dynamic memory allocation, needs about 300 bytes of RAM while decoding an image, and supports decoding an incoming QOI stream byte-by-byte!
7+
category=Data Processing
8+
url=https://github.com/shraiwi/mini-qoi
9+
architectures=*

0 commit comments

Comments
 (0)