Large custom fonts in 8080 parallel mode

Comments

1 comment

  • Saurabh_B

    This issue has been solved thanks to Michael L.

    You have to change the variable for the index from an unsigned char to an unsigned int. The size of the array is too large to address with an unsigned char.

    0

Please sign in to leave a comment.