Jump to content

Reading character bitmaps from LCD20x4


Recommended Posts

Posted

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.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...