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_swim_font.c	Fri Mar 20 14:25:46 2015 +0100
+++ b/lpc_swim/lpc_swim_font.c	Mon Mar 23 14:25:46 2015 +0100
@@ -270,7 +270,8 @@
 {
 	int32_t i, j;
 	int32_t charindex;
-	uint16_t *charfields, chardata;
+	const uint16_t *charfields;
+    uint16_t chardata;
 
 	/* If this is a carriage return, do a newline */
 	if (textchar == '\n') {