Add a library to Teensyduino

Status
Not open for further replies.

ESTBLC

Member
Sorry if it is not the place to post this but I don't know where is the place for this

Does it possible to add a new library for GSL1680 (a touch pad chip for screen)? It's works great for Teensy 3.6 but I don't have other Teensy chips to test with.

Here is the link : https://github.com/ESTBLC/GSL1680
I will be happy to maintain the library for the community.


P.S: Sorry for my bad english :/
 
Does this library have any Teensy-specific code? I looked just now and I only saw usage of the Wire library, which should work well on all Arduino compatible boards.

If you only use the Wire lib to access hardware, this library should be added to Arduino's library manager. To do this, simply create an issue here, asking them to add your library.

https://github.com/arduino/Arduino/issues/new
 
You're right, there is no Teensy-specific code, but the firmware is heavy so Teensy are the only board if found which have enough ROM. And the option for a smaller firmware don't work on an UNO or a MEGA so I will delete the "gslfw.h" file from the repo.

So I don't think the lib will interest Arduino community
 
Last edited:
It's the firmware which it's so big. I don't make it myself, it's 101KB !
Maybe I will try later some other firmware over the net.
 
I would still recommend submitting the library to Arduino.

Some newer Arduino boards like Zero and Due have enough flash memory, and in the future more boards with enough memory are likely to appear.
 
Status
Not open for further replies.
Back
Top