Replies: 1 comment 3 replies
-
I really had to check, I never implemented a function that reads from EVE to a buffer on the controller. :-) This might work as well:
} But I did not even compile it, yet. :-) Edit: and I probably should add a check for NULL. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am in the process of replacing Riverdi's display library with yours in one of my projects, but have a function where I read out information about fonts that I am unable to translate into your library. Among other things, I read out the height in pixels of the font.
This struct is copied from Riverdi's library:
I have my method where I read out the information and creating the
Gpu_Fonts
structIt's specific
Gpu_Hal_RdMem(phost, adr_width, font_data, 148);
method that I don't understand how to translate to your library. In Riverdi's library it does the following:Any ideas how I can read it out of memory and populate my
font_data
variable?Beta Was this translation helpful? Give feedback.
All reactions