graphlcd-base/glcddrivers/driver.c
changeset 30 7fd00015f62f
parent 4 df6a40031aa5
equal deleted inserted replaced
29:2723893dc865 30:7fd00015f62f
    48                 Set8Pixels((wid / 8) * 8, y, data[y * lineSize + wid / 8] & bitmaskl[wid % 8 - 1]);
    48                 Set8Pixels((wid / 8) * 8, y, data[y * lineSize + wid / 8] & bitmaskl[wid % 8 - 1]);
    49             }
    49             }
    50         }
    50         }
    51     }
    51     }
    52 }
    52 }
       
    53 int cDriver::GetKey()
       
    54 {
       
    55     return(-1);
       
    56 }
       
    57 
       
    58 bool cDriver::HasKeys()
       
    59 {
       
    60     return(false);
       
    61 }
    53 
    62 
    54 } // end of namespace
    63 } // end of namespace