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_winfreesystem14x16.c	Fri Mar 20 14:25:46 2015 +0100
+++ b/lpc_swim/lpc_winfreesystem14x16.c	Mon Mar 23 14:25:46 2015 +0100
@@ -41,7 +41,7 @@
 #include "lpc_types.h"
 #include "lpc_winfreesystem14x16.h"
 
-static uint16_t winfreesystem14x16_bits[] = {
+static const uint16_t winfreesystem14x16_bits[] = {
 
 	/* Character   (0x20):
 	   ht=16, width=4
@@ -8334,7 +8334,7 @@
 };
 
 /* Character width data. */
-static uint8_t winfreesystem14x16_width[] = {
+static const uint8_t winfreesystem14x16_width[] = {
 	4,	/*   (0x20) */
 	4,	/* ! (0x21) */
 	6,	/* " (0x22) */