uwInternalBuffer is only used within LCD_AnimatedPictureFromSDCard.
 
Symbols
loading...
Files
loading...

uwInternalBuffer variable

Syntax

uint8_t *uwInternalBuffer;

References

LocationReferrerText
main.c:44
uint8_t *uwInternalBuffer;
main.c:63main()
uwInternalBuffer = (uint8_t *)INTERNAL_BUFFER_START_ADDRESS;
main.c:133main()
Storage_OpenReadFile(uwInternalBuffer, "BACK/image.bmp");
main.c:135main()
BSP_LCD_DrawBitmap(0, 0, uwInternalBuffer);
main.c:189main()
Storage_OpenReadFile(uwInternalBuffer, (const char*)str);
main.c:194main()
BSP_LCD_DrawBitmap(0, 0, uwInternalBuffer);

Data Use

Functions writing uwInternalBuffer
Functions reading uwInternalBuffer
all items filtered out
uwInternalBuffer
all items filtered out
Type of uwInternalBuffer
uwInternalBuffer
uint8_t
all items filtered out