tz

Results 20 comments of tz

What is your hardware setup? There are multiple Arduinos and displays. The library will return a bitmap from ASCII texts. You can then go through the bitmap and display white...

Adjust the makefile for the Avr/Arduino for the size of QR code you want since you have to build some tables using the host. Look at my "lcd.c" for an...

Create a folder called lcd, put all the files into that directory, rename lcd.c into lcd.ino and change main() to setup() and add a loop(). You might need to change...

I have only used GCC, not clang. You may only have the 32 bit libraries and are trying to compile for 64 bits or vice versa

I don't know specifically but I suspect the IDE is set to the wrong chip or something else so that the array can't fit. Check your compile settings.

I won't change the overall license to LGPL, but if you describe what you are doing I may grant you permission to use it outside of GPLv3 restrictions.

I would request two things, first include my name in the copyright list (includes code used by permission), and if possible if I can get - after you are done...

The fork in my repo has a cleaned up version using the USI, or if you need help, just ask. I needed to use a scope - the datasheet ans...

It is actually worse than that - here at github. They insist on using a dozen subsites - gist.github.com, assetsN.github.com (N=1,2,3 so far), etc. I type https://assets1.github.com and get the...

It is probably a duplicate but with a different import. Perspectives provides NO protection against any embedded items - since I have CAs turned off, pages break but if CAs...