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_x6x13.c	Fri Mar 20 14:25:46 2015 +0100
+++ b/lpc_swim/lpc_x6x13.c	Mon Mar 23 14:25:46 2015 +0100
@@ -42,7 +42,7 @@
 #include "lpc_x6x13.h"
 
 /* Font character bitmap data. */
-static uint16_t x6x13_bits[] = {
+static const uint16_t x6x13_bits[] = {
 
 	/* Character (0x00):
 	   bbw=4, bbh=11, bbx=1, bby=-1, width=6
@@ -3983,7 +3983,7 @@
 };
 
 /* Character width data. */
-static uint8_t x6x13_width[] = {
+static const uint8_t x6x13_width[] = {
 	6,	/* (0x00) */
 	6,	/* (0x01) */
 	6,	/* (0x02) */