Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD support and to the apps/examples/slcd segment LCD test.

This commit is contained in:
Gregory Nutt
2013-05-24 12:00:15 -06:00
parent af870d7ae3
commit bc4e519042
5 changed files with 42 additions and 30 deletions
+1
View File
@@ -148,6 +148,7 @@ struct slcd_geometry_s
{
uint16_t nrows; /* Number of the rows on the SLCD */
uint16_t ncolumns; /* Number of characters in one row on the SLCD */
uint8_t nbars; /* Number of bars supported by the SLCD */
};
/* Working data needed by slcd_encode that must be provided and initialized