frederic blanc / Mbed 2 deprecated sp5gfx1

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

gfx1.cpp File Reference

gfx1.cpp File Reference

library Lascar Electronics SP 5-GFX1 DISPLAY, LCD GRAPHIC, 128 X 64 DOTS More...

Go to the source code of this file.

Functions

void gfx1_init (void)
 init hard SPI
void gfx1_command (unsigned char data)
 Write command.
void gfx1_data (unsigned char data)
 Write display data.
unsigned char gfx1_read (void)
 Read display data.

Detailed Description

library Lascar Electronics SP 5-GFX1 DISPLAY, LCD GRAPHIC, 128 X 64 DOTS

Author:
Frederic BLANC

Definition in file gfx1.cpp.


Function Documentation

void gfx1_command ( unsigned char  data )

Write command.

Parameters:
[in]command
Date:
20/06/2011

Definition at line 35 of file gfx1.cpp.

void gfx1_data ( unsigned char  data )

Write display data.

Parameters:
[in]data
Date:
20/06/2011

Definition at line 48 of file gfx1.cpp.

void gfx1_init ( void   )

init hard SPI

Date:
20/06/2011

Definition at line 19 of file gfx1.cpp.

unsigned char gfx1_read ( void   )

Read display data.

Returns:
data
Date:
20/06/2011

Definition at line 68 of file gfx1.cpp.