JuliaBerry / SenseHat.jl

Julia package for the Raspberry Pi Sense HAT
Other
15 stars 12 forks source link

Added Hindi Chars #15

Closed Akshat-mehrotra closed 4 years ago

aviks commented 4 years ago

Cool, thanks. but मात्रा ?

Akshat-mehrotra commented 4 years ago

If i add matras, then I would have to add every maatra to every character, that would be total of 208 characters!! What do you advise I do?

aviks commented 4 years ago

No no, matras are individual unicode characters by themselves. See https://en.wikipedia.org/wiki/Devanagari_(Unicode_block)

There is one problem -- the spacing and positioning of the matras is complex, but that is a problem for later. For now, let's get the matra shapes into the system.

Akshat-mehrotra commented 4 years ago

Oh ok then, I thought that I'd have to add every matra to evey character. I add individual matras as characters!

On Wed, 8 Jan, 2020, 9:39 PM Avik Sengupta, notifications@github.com wrote:

No no, matras are individual unicode characters by themselves. See https://en.wikipedia.org/wiki/Devanagari_(Unicode_block)

There is one problem -- the spacing and positioning of the matras is complex, but that is a problem for later. For now, let's get the matra shapes into the system.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuliaBerry/SenseHat.jl/pull/15?email_source=notifications&email_token=AGJALB2MW5PAGJ23TBAVFHLQ4X3CTA5CNFSM4KEJX3DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEINCQAI#issuecomment-572139521, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGJALB4BGVIMRUER7BFFFO3Q4X3CTANCNFSM4KEJX3DA .

Akshat-mehrotra commented 4 years ago

I'm making all the matars of the normal size i.e. I am not shrinking them to their perspective size right now, because doing that would make most of them indistinguishable. Edit: I am making them as tiny as possible to be as close to the real perspective size as possible

Akshat-mehrotra commented 4 years ago

added all matars