help solving 'drawBmp' was not declared in this scope #992
Replies: 3 comments 4 replies
-
drawBmp is not a function in the library, it needs to be in your sketch. Experiment with this example. |
Beta Was this translation helpful? Give feedback.
-
The BMP file must be in 24 bit colour, uncompressed format. This is the default for most image creation software like MS Paint. |
Beta Was this translation helpful? Give feedback.
-
The #define's in the sketch are not seen by the library so have no effect on the configuration. You have to modify the setup file. Run the "Read_User_Setup" example and look at the Serial Monitor window output to see what setting the compiler is picking up, check the output is as you expect. If it is wrong then you have not configured the library correctly. Read this. |
Beta Was this translation helpful? Give feedback.
-
I have the following code but it keeps giving me this error: 'drawBmp' was not declared in this scope.
Any help would be appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions