X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Flcd_gfx_qt.h;h=0b7e1d237ebae6a05862b4decd849346496dd0a0;hb=a98a42143f3b9c130a36e59221817fa5260a8322;hp=f24e8e6d66b465e04a2b735237cfcb27f7fb1f5f;hpb=a08ff2655e6d37b5b9e6e11d78d75b6fdc1b7d0b;p=bertos.git diff --git a/drv/lcd_gfx_qt.h b/drv/lcd_gfx_qt.h index f24e8e6d..0b7e1d23 100755 --- a/drv/lcd_gfx_qt.h +++ b/drv/lcd_gfx_qt.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2006/02/10 12:33:51 bernie + *#* Make emulator display a bit larger. + *#* *#* Revision 1.1 2006/01/16 03:51:35 bernie *#* Add LCD Qt emulator. *#* @@ -37,7 +40,7 @@ class EmulLCD : public QFrame public: // Attributes - enum { WIDTH = 128, HEIGHT = 64 }; + enum { WIDTH = 320, HEIGHT = 200 }; // Construction EmulLCD(QWidget *parent = 0, const char *name = 0);