Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 4DGL-uLCD-SE mbed-rtos mbed
Blit.h
00001 #ifndef BLIT_H 00002 #define BLIT_H 00003 #include "Command.h" 00004 #include "uLCD_4DGL.h" 00005 class Blit: public Command { 00006 private: 00007 int x; 00008 int y; 00009 int w; 00010 int h; 00011 int *colors; 00012 public: 00013 Blit(int x, int y, int w, int h, int *colors); 00014 virtual void execute(uLCD_4DGL* uLCD); 00015 }; 00016 #endif
Generated on Thu Jul 14 2022 00:24:34 by
1.7.2