InES Hardware Abstraction Layer
Enumerations | Functions
hal_ct_lcd.h File Reference

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.
 

Detailed Description

Interface of module hal_ct_lcd.

$Id$

Function Documentation

◆ hal_ct_lcd_color()

void hal_ct_lcd_color ( hal_ct_lcd_color_t  color,
uint16_t  value 
)

Set the backround color of the LCD.

Parameters
color: Color to set.
value: PWM value.

◆ hal_ct_lcd_write()

void hal_ct_lcd_write ( uint8_t  position,
char  text[] 
)

Write string of text on LCD.

Parameters
position: Starting Position to write text.
text: Text to write.