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