A basic graphics package for the LPC4088 Display Module.

Dependents:   lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI lpc4088_displaymodule_fs_aid ... more

Fork of DMBasicGUI by EmbeddedArtists AB

Revision:
19:f3d0189401e4
Parent:
0:4977187e90c7
--- a/lpc_swim/lpc_fonts.h	Fri Mar 20 14:25:46 2015 +0100
+++ b/lpc_swim/lpc_fonts.h	Mon Mar 23 14:25:46 2015 +0100
@@ -51,8 +51,8 @@
 	int16_t font_height;
 	uint8_t  first_char;
 	uint8_t  last_char;
-	uint16_t *font_table;
-	uint8_t  *font_width_table;
+	const uint16_t *font_table;
+	const uint8_t  *font_width_table;
 } FONT_T;
 
 #if defined(__cplusplus)