JavaLaurence Posted January 30, 2013 Share Posted January 30, 2013 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 Link to comment Share on other sites More sharing options...
photron Posted January 30, 2013 Share Posted January 30, 2013 No, the normal characters' bitmaps cannot be read from the LCD. I fixed generator to add the missing []. Quote Link to comment Share on other sites More sharing options...
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.