#include <iostream>
#include <fstream>
#include "lcd.h"
#include <string>
#include "systemclocktypes.h"
#include "simulationmember.h"
#include "ui.h"
#include "pin.h"
#include "pinatport.h"
Go to the source code of this file.
Defines | |
#define | ENABLE 16 |
#define | READWRITE 32 |
#define | COMMANDDATA 64 |
Functions | |
t_myState | setInitNext (unsigned char command, t_myState myState, unsigned int *CmdExecTime_ns) |
Variables | |
int | lcdStartLine [] = {0, 0x40, 0x14, 0x20} |
static int | Power_onTimes [] = {1500000, 410000, 10000, 3700, 152000} |
#define COMMANDDATA 64 |
Definition at line 37 of file lcd.cpp.
Referenced by Lcd::Step().
#define ENABLE 16 |
Definition at line 35 of file lcd.cpp.
Referenced by Lcd::Step().
#define READWRITE 32 |
Definition at line 36 of file lcd.cpp.
Referenced by Lcd::Step().
Definition at line 154 of file lcd.cpp.
References POWER_ON, Power_onTimes, PWR_AFTER_FS1, PWR_AFTER_FS2, and PWR_ON_FINISH.
Referenced by Lcd::Step().
int lcdStartLine[] = {0, 0x40, 0x14, 0x20} |
int Power_onTimes[] = {1500000, 410000, 10000, 3700, 152000} [static] |
Definition at line 43 of file lcd.cpp.
Referenced by Lcd::Lcd(), Lcd::LcdWriteCommand(), setInitNext(), and Lcd::Step().