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:
17:6e2abf107800
Parent:
0:4977187e90c7
--- a/lpc_swim/lpc_swim.h	Mon Mar 09 14:24:54 2015 +0000
+++ b/lpc_swim/lpc_swim.h	Fri Mar 20 14:25:46 2015 +0100
@@ -165,7 +165,7 @@
 
 /**
  * @brief	Initializes a window and the default values for the window
- * @param	win				s: Pointer to window data structure
+ * @param	win				: Pointer to window data structure
  * @param	xsize			: Physical horizontal dimension of the display
  * @param	ysize			: Physical vertical dimension of the display
  * @param	fbaddr			: Address of the display's frame buffer
@@ -260,6 +260,13 @@
 						COLOR_T bkg_color);
 
 /**
+ * @brief	Sets the font to be used for all new windows
+ * @param	def_font	: New default font
+ * @return	Nothing
+ */
+void swim_set_default_font(const FONT_T* def_font);
+
+/**
  * @brief	Get the virtual window horizontal size
  * @param	win	: Pointer to window data structure
  * @return	The virtual window horizontal size