tidy up comments

This commit is contained in:
trsaunders 2012-06-27 16:51:54 +01:00
parent 44eb3583bc
commit 8a6337b4e7

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) {