tidy up comments

ugfx_release_2.6
trsaunders 2012-06-27 16:51:54 +01:00
parent 44eb3583bc
commit 8a6337b4e7
1 changed files with 2 additions and 1 deletions

View File

@ -185,7 +185,8 @@ static __inline void lcdDelay(uint16_t us) {
void lld_lcdSetCursor(uint16_t x, uint16_t y) {
/* Reg 0x004E is an 8 bit value
* Reg 0x004F is 8 bit
* Reg 0x004F is 9 bit
* Use a bit mask to make sure they are not set too high
*/
if(PORTRAIT) {