#include "io.h"#include "ssd192X.h"#include "msg.h"#include "eeprom.h"#include "system.h"#include "config-flash.h"#include "trace.h"
Defines | |
| #define | DEBUG |
| #define | REG_DEFINE_END 0xffff |
Functions | |
| UINT32 | SSD1928Init (void) |
| void | calcHdpAndDiff (INT32 bpp, int *hdp, int *diff) |
| void | setHdpAndDiff (INT32 bpp) |
| void | ssd192X_lcd_init (UINT32 startaddr, INT32 linewidth, INT32 bpp, INT32 orient, INT32 rgb) |
Variables | |
| const INT32 | lcd_init [][2] |
| #define DEBUG |
| #define REG_DEFINE_END 0xffff |
Referenced by ssd192x_jpeg_init().
| void calcHdpAndDiff | ( | INT32 | bpp, | |
| int * | hdp, | |||
| int * | diff | |||
| ) |
References REG_HDP, ROUNDUP, and SSD_REGRB.
Referenced by setHdpAndDiff().

| void setHdpAndDiff | ( | INT32 | bpp | ) |
References calcHdpAndDiff(), REG_HDP, REG_HORIZ_TOTAL_0, SSD_REGRB, and SSD_REGWB.

| UINT32 SSD1928Init | ( | void | ) |
References delay_ms(), EEToSSDReg(), FIOSET, LCD_Init(), LCDInitOff, PORTD_SSD1928_RESET, SSD_REGRL, SSD_REGWB, and TRACE1.
Referenced by main().


References REG_DISPLAY_MODE, REG_MAIN_WIN_ADDR_OFFSET0, REG_MAIN_WIN_DISP_START_ADDR0, REG_POWER_SAVE_CONFIG, REG_SPECIAL_EFFECTS, ROUNDUP, SSD_REGRB, SSD_REGWB, SSD_REGWL, and SSD_REGWW.
Referenced by ssd_window_hide().

1.6.3