Home | History | Annotate | Download | only in lcd

Lines Matching full:column

128     // Column Address
129 error = m_i2c_lcd_control.writeReg(LCD_CMD, 0x15); // Set Column Address
131 error = m_i2c_lcd_control.writeReg(LCD_CMD, 0x08); // Start from 8th Column of
133 // Column for OLED
136 // column. Each Column has 2
192 SSD1327::setCursor(int row, int column)
196 // Column Address
197 m_i2c_lcd_control.writeReg(LCD_CMD, 0x15); /* Set Column Address */
199 m_i2c_lcd_control.writeReg(LCD_CMD, 0x08 + (column * 4)); /* Start Column:
202 m_i2c_lcd_control.writeReg(LCD_CMD, 0x37); /* End Column */
298 // Column Address
299 rv = m_i2c_lcd_control.writeReg(LCD_CMD, 0x15); // Set Column Address
301 rv = m_i2c_lcd_control.writeReg(LCD_CMD, 0x08); // Start from 8th Column of driver
302 // IC. This is 0th Column for OLED
304 rv = m_i2c_lcd_control.writeReg(LCD_CMD, 0x37); // End at (8 + 47)th column. Each
305 // Column has 2 pixels(or segments)