Dependents:
INS_LAB_2_Pot
Revision 1:e03dd378e2b0, committed 2019-04-04
- Comitter:
- corentinlambert70100
- Date:
- Thu Apr 04 13:22:48 2019 +0000
- Parent:
- 0:990d5eec2ef6
- Commit message:
- oui
Changed in this revision
diff -r 990d5eec2ef6 -r e03dd378e2b0 C12832.h
--- a/C12832.h Thu Feb 26 14:52:52 2015 +0000
+++ b/C12832.h Thu Apr 04 13:22:48 2019 +0000
@@ -43,12 +43,12 @@
/** Bitmap
*/
-struct Bitmap{
+struct Bitmap {
int xSize;
int ySize;
int Byte_in_Line;
char* data;
- };
+};
class C12832 : public GraphicsDisplay
{
@@ -200,11 +200,11 @@
* @param y y-position
*/
virtual void locate(int x, int y);
-
- /** setup auto update of screen
+
+ /** setup auto update of screen
*
* @param up 1 = on , 0 = off
- * if switched off the program has to call copy_to_lcd()
+ * if switched off the program has to call copy_to_lcd()
* to update screen from framebuffer
*/
void set_auto_up(unsigned int up);
@@ -238,12 +238,12 @@
*
*/
void set_font(unsigned char* f);
-
+
/** print bitmap to buffer
*
* @param bm Bitmap in flash
* @param x x start
- * @param y y start
+ * @param y y start
*
*/