added sed1520_cellwidth() and sed1520_cellheight()

based on a patch by rene ( just AT absorb it )
This commit is contained in:
marschap
2005-01-22 19:01:17 +00:00
parent 112d58eb33
commit e3b41e3dc6
2 changed files with 20 additions and 0 deletions
+18
View File
@@ -267,6 +267,24 @@ sed1520_height (Driver *drvthis)
return height;
}
/////////////////////////////////////////////////////////////////
// Returns the display width
//
MODULE_EXPORT int
sed1520_cellwidth (Driver *drvthis)
{
return cellwidth;
}
/////////////////////////////////////////////////////////////////
// Returns the display height
//
MODULE_EXPORT int
sed1520_cellheight (Driver *drvthis)
{
return cellheight;
}
/////////////////////////////////////////////////////////////////
// Clears the LCD screen
//