Giter Site home page Giter Site logo

trezor-qrenc's Introduction

trezor-qrenc

Build Status gitter

Minimalistic QR Code Generator (Encoder)

  • Originally written by Psytec Inc.
  • Modified by Alexey Mednyy
  • Heavily modified and maintained by Pavol Rusnak
  • JavaScript cross-compilation by Karel Bilek using emscripten, with some code from Kazuhiko Arase

Licensed under MIT License

trezor-qrenc's People

Contributors

axic avatar jhoenicke avatar karelbilek avatar prusnak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

trezor-qrenc's Issues

Input truncted

The input is always truncated on the last character.
This is desirable when the last character is a carriage return, but not otherwise.

Just a thanks

Sorry for abusing the issue tracker for a non-issue, but I just wanted to drop a public "thank you" for releasing this code.

I compiled it onto a Verifone VX520 terminal without any modifications, I just had to change the includes for stdint.h and stdbool.h to my local versions since the oldish ARM compiler used for their SDK doesn't have them.

So generating and printing QR codes on the receipt paper is now easy as pie. :-)

img_20140924_121021

RAM is using too much, who can improve?

I use STM32F103 MCU to find that RAM has high usage when using large two-dimensional code. Can we improve the use of a very small number of RAM? For example, using a bit to represent a point?

check.h file is missing...

$ make
gcc -o qr_encode.o -c qr_encode.c
gcc -o test.o -c test.c
gcc -O3 -g -W -Wall -Wextra -Wimplicit-function-declaration -Wredundant-decls -Wstrict-prototypes -Wundef -Wshadow -Wpointer-arith -Wformat -Wreturn-type -Wsign-compare -Wmultichar -Wformat-nonliteral -Winit-self -Wuninitialized -Wformat-security -DQR_MAX_VERSION=0 qr_encode.o test.o -o test
gcc -o tests.o -c tests.c
tests.c:23:19: fatal error: check.h: No such file or directory
compilation terminated.
make: *** [Makefile:35: tests.o] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.