- Code: Select all
if(upsidedown == true)
{
glcd.st7565_command(CMD_SET_ADC_REVERSE);
glcd.st7565_command(CMD_SET_COM_REVERSE);
}
else
{
glcd.st7565_command(CMD_SET_ADC_NORMAL);
glcd.st7565_command(CMD_SET_COM_NORMAL);
}
Moderators: adafruit_support_bill, adafruit
if(upsidedown == true)
{
glcd.st7565_command(CMD_SET_ADC_REVERSE);
glcd.st7565_command(CMD_SET_COM_REVERSE);
}
else
{
glcd.st7565_command(CMD_SET_ADC_NORMAL);
glcd.st7565_command(CMD_SET_COM_NORMAL);
}
Return to Glowy things (LCD, LED, TFT, EL) purchased at Adafruit
Users browsing this forum: No registered users and 7 guests