26#ifndef PART_LCD_PCF8833_H
27#define PART_LCD_PCF8833_H
29#include "../devices/lcd_pcf8833.h"
30#include "../lib/part.h"
32#define PART_LCD_PCF8833_Name "LCD pcf8833"
36 std::string
GetAboutInfo(
void)
override {
return "L.C. Gamboa \n <lcgamboa@yahoo.com>"; };
40 void DrawOutput(
const unsigned int index)
override;
48 unsigned short GetInputId(
char* name)
override;
52 unsigned char input_pins[4];
Board class.
Definition board.h:111
Definition output_LCD_pcf8833.h:34
std::string WritePreferences(void) override
Called to save part preferences in configuration file.
Definition output_LCD_pcf8833.cc:172
std::string GetAboutInfo(void) override
Return the about information of part.
Definition output_LCD_pcf8833.h:36
void LoadPartImage(void) override
Load Part Image.
Definition output_LCD_pcf8833.cc:213
void ReadPropertiesWindow(void) override
Called when properties window close.
Definition output_LCD_pcf8833.cc:192
void PostProcess(void) override
Called every end of CPU process.
Definition output_LCD_pcf8833.cc:208
void Process(void) override
Called every CPU step.
Definition output_LCD_pcf8833.cc:199
void ConfigurePropertiesWindow(void) override
Called to configure the properties window.
Definition output_LCD_pcf8833.cc:185
void ReadPreferences(std::string value) override
Called whe configuration file load preferences.
Definition output_LCD_pcf8833.cc:180
unsigned short GetOutputId(char *name) override
return the output ids numbers of names used in output map
Definition output_LCD_pcf8833.cc:144
unsigned short GetInputId(char *name) override
return the input ids numbers of names used in input map
Definition output_LCD_pcf8833.cc:139
void DrawOutput(const unsigned int index) override
Called to draw every output.
Definition output_LCD_pcf8833.cc:69
PART class.
Definition part.h:49
Definition lcd_pcf8833.h:45