JavaLaurence Geschrieben January 30, 2013 at 11:36 Geschrieben January 30, 2013 at 11:36 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. Zitieren
photron Geschrieben January 30, 2013 at 14:26 Geschrieben January 30, 2013 at 14:26 No, the normal characters' bitmaps cannot be read from the LCD. I fixed generator to add the missing []. Zitieren
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.