JavaLaurence Posted January 30, 2013 at 11:36 AM Posted January 30, 2013 at 11:36 AM With the latest API we can read the custom characters' bitmap. Is it technically possible to also read the normal characters' bitmaps? I know this isn't currently possible with the 2.0.1 API, but could it be supported? Such an API would help me create a high-quality emulator for the display. BTW, there's also an error in the Java API docs: public short getCustomCharacter(short index) should be public short[] getCustomCharacter(short index) HTH. Quote
photron Posted January 30, 2013 at 02:26 PM Posted January 30, 2013 at 02:26 PM No, the normal characters' bitmaps cannot be read from the LCD. I fixed generator to add the missing []. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.