attiny_set_port_state
attiny_set_port_state(state, REG_PORTC, 0);
attiny_set_port_state(state, REG_PORTA, PA_LCD_LR);
attiny_set_port_state(state, REG_PORTB, PB_LCD_MAIN);
attiny_set_port_state(state, REG_PORTC, PC_LED_EN);
attiny_set_port_state(state, REG_PORTA, 0);
attiny_set_port_state(state, REG_PORTB, PB_LCD_VCC_N);
attiny_set_port_state(state, REG_PORTC, 0);
attiny_set_port_state(state, mappings[off].reg, last_val);