X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_gfx_qt.h;h=9840f24cd44817db4765c07619b514999eb62117;hb=e8b0472be10fba4ca6baa62d8d483db90e28c06e;hp=c74b7883d9ae42543e9b5d728d779e094a6fb0da;hpb=780f975602d282f0d2599e6601d7fee29d493762;p=bertos.git diff --git a/bertos/drv/lcd_gfx_qt.h b/bertos/drv/lcd_gfx_qt.h index c74b7883..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) @@ -39,9 +38,15 @@ #ifndef DRV_LCD_GFX_QT_H #define DRV_LCD_GFX_QT_H +// uint8_t +#include +#include + #include #include +#define LCD_WIDTH 128 + // fwd decls class QSizePolicy; class QPaintEvent; @@ -86,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