c - Unicode with MAX7219 -
i'm trying implement asian symbols max7219 , using 8x8 led displays. i've had online , i've found libraries max7219 in ascii. wondering if there easy way of implementing using unicode library - assuming there one.
i'd copy , paste " な " character code , print onto led displays. far, attempts have not been working. other option use binary/hex manually draw symbols prefer make easy user copy , paste character , prints onto leds. or have create own arduino library?
any appreciated!
many thanks.
the problem unicode it's damn big (the first kana u+3041), , arduinos have not enough flash store characters required.
my recommendation use 8-bit encoding maps characters need. suggest starting character set used hd44780ua00 , replacing characters make sense. since other libraries use set won't huge leap use them display.
Comments
Post a Comment