H3600_EGPIO_LCD_5V_ON
rc = gpio_request(H3600_EGPIO_LCD_5V_ON, "LCD 5v");
rc = gpio_direction_output(H3600_EGPIO_LCD_5V_ON, 0);
gpio_free(H3600_EGPIO_LCD_5V_ON);
gpio_direction_output(H3600_EGPIO_LCD_5V_ON, enable);