Puts a fuel level icon.
void lcd_put_fuel (
int8_t val, /* Icon type */
uint8_t chr /* User character */
)
Puts a fuel level icon and moves cursor to next. The user character must not collide with a code that used by any other functions.
Available when _USE_CGRAM == 1 and _USE_FUEL == 1.