|
InES Hardware Abstraction Layer
|
Interface of module hal_ct_lcd. More...
#include <stdint.h>Go to the source code of this file.
Enumerations | |
| enum | hal_ct_lcd_color_t { HAL_LCD_RED, HAL_LCD_GREEN, HAL_LCD_BLUE } |
| Defines the DIPSW banks on the CT-Board. | |
Functions | |
| void | hal_ct_lcd_write (uint8_t position, char text[]) |
| Write string of text on LCD. More... | |
| void | hal_ct_lcd_color (hal_ct_lcd_color_t color, uint16_t value) |
| Set the backround color of the LCD. More... | |
| void | hal_ct_lcd_clear (void) |
| Cleares the LCD display. | |
Interface of module hal_ct_lcd.
| void hal_ct_lcd_color | ( | hal_ct_lcd_color_t | color, |
| uint16_t | value | ||
| ) |
Set the backround color of the LCD.
| color | : Color to set. |
| value | : PWM value. |
| void hal_ct_lcd_write | ( | uint8_t | position, |
| char | text[] | ||
| ) |
Write string of text on LCD.
| position | : Starting Position to write text. |
| text | : Text to write. |
1.8.15