Search Results
Search results 1-3 of 3.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello, I am Using SPI Flash to Store my Bitmap and I have the Driver for Same Working Well, I have created a bitmap C Stream Using Bitmap Converter, which when included as a constant arry and using the Function GUI_DrawStreamed Bitmap(), the bitmap is getting displayed but when i use the GUI_DrawStreamed BitmapEx() it does not draw, I have created the Callback Function which is given on page 171(manual v5.08), i have included the C Stream File there and just used memcpy to copy the bytes from th…
-
How string is displayed with this funtion? The function takes rect dimensions as parameter but it is observed that it draws rect with dimensions which fits string exactly, if string's len and font proportion is smaller than rect dimensions otherwise it draws rect with original dimensions and crops the string accordingly. Does it have any relation with text mode and align property of string?