X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_gfx_qt.h;h=9840f24cd44817db4765c07619b514999eb62117;hb=8ad8e5d325736480a881a7f30bd757f96b87376e;hp=f1bb4e9311f5a61422370b8ff704c8fcb7d8d864;hpb=09c894484fefb2448d9049f87021f2e3bf6c9229;p=bertos.git diff --git a/bertos/drv/lcd_gfx_qt.h b/bertos/drv/lcd_gfx_qt.h index f1bb4e93..9840f24c 100644 --- a/bertos/drv/lcd_gfx_qt.h +++ b/bertos/drv/lcd_gfx_qt.h @@ -30,7 +30,6 @@ * All Rights Reserved. * --> * - * \version $Id$ * \author Bernie Innocenti * * \brief Custom control for graphics LCD emulation (interface) @@ -40,11 +39,14 @@ #define DRV_LCD_GFX_QT_H // uint8_t +#include #include #include #include +#define LCD_WIDTH 128 + // fwd decls class QSizePolicy; class QPaintEvent; @@ -89,4 +91,8 @@ protected: unsigned char raster[(WIDTH + 7 / 8) * HEIGHT]; }; + +void lcd_gfx_qt_init(Bitmap *lcd_bitmap); +void lcd_gfx_qt_blitBitmap(const Bitmap *bm); + #endif // DRV_LCD_GFX_QT_H