summaryrefslogtreecommitdiff
path: root/examples/api
diff options
context:
space:
mode:
authorChe-Liang Chiou <[email protected]>2011-10-20 23:04:20 +0000
committerAnatolij Gustschin <[email protected]>2011-11-15 23:58:26 +0100
commitc270730f580e85ddab82e981abf8a518f78ae803 (patch)
tree7f21f57ea70f8629a7c3339a8690dc04645b109b /examples/api
parent02110903a83539da35cf6b1bbd853ce0351f7c95 (diff)
tools: logo: split bmp arrays from bmp_logo.h
The generated header bmp_logo.h is useful even outside common/lcd.c for the logo dimension. However, the problem is, the generated bmp_logo.h cannot be included multiple times because bmp_logo_palette[] and bmp_logo_bitmap[] are defined in the bmp_logo.h. This patch fixes this by defining these arrays in another header bmp_logo_data.h and in bmp_logo.h only declaring these arrays. Signed-off-by: Che-Liang Chiou <[email protected]> Acked-by: Mike Frysinger <[email protected]> Signed-off-by: Anatolij Gustschin <[email protected]>
Diffstat (limited to 'examples/api')
0 files changed, 0 insertions, 0 deletions