connornishijima / Pixie_Chroma

Arduino library and documentation for Pixie Chroma displays!
https://lixielabs.com/chroma/
MIT License
53 stars 9 forks source link

Make print() and write() calls allocate proper char array size #63

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

Make print() and write() calls allocate proper char array size

...for each variable type, instead of just 32 chars no matter the type.

https://github.com/connornishijima/Pixie_Chroma/blob/fe76e66777d43ec7cda3d17c8c88d1e3c7384500/src/pixie_chroma_internal.cpp#L10


 * Last Updated by Connor Nishijima on 12/3/21
 */

// TODO: Make print() and write() calls allocate proper char array size
// ...for each variable type, instead of just 32 chars no matter the type.

#include "Pixie_Chroma.h" 
#include "utility/pixie_utility.h"

42da1807c79674e1230bf7893d46f9d8a6298f79