1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2016-01-16 11:10:36 +01:00
parent 3f7b289ebe
commit cbfdf9b9f5

View file

@ -33,6 +33,7 @@ void drawSleepBitmap()
lcdRefresh();
}
#if defined(PWR_BUTTON_DELAY)
const pm_uchar bmp_shutdown[] PROGMEM = {
#include "../../bitmaps/taranis/shutdown.lbm"
};
@ -47,6 +48,7 @@ void drawShutdownBitmap(uint32_t index)
lcdDrawBitmap((LCD_W-SHUTDOWN_BITMAP_WIDTH)/2, (LCD_H-SHUTDOWN_BITMAP_HEIGHT)/2, bmp_shutdown, index * SHUTDOWN_BITMAP_WIDTH, SHUTDOWN_BITMAP_WIDTH);
lcdRefresh();
}
#endif
void drawStick(coord_t centrex, int16_t xval, int16_t yval)
{