libDaisy
Hardware Library for Daisy
Loading...
Searching...
No Matches
oled_ssd1351.h File Reference
#include "per/spi.h"
#include "per/gpio.h"
#include "sys/system.h"

Go to the source code of this file.

Classes

class  daisy::SSD13514WireSpiTransport
 
struct  daisy::SSD13514WireSpiTransport::Config
 
class  daisy::SSD1351Driver< width, height, Transport >
 
struct  daisy::SSD1351Driver< width, height, Transport >::Config
 

Namespaces

namespace  daisy
 Hardware defines and helpers for daisy field platform.
 

Macros

#define oled_white   0xffff
 
#define oled_black   0x0000
 
#define oled_red   0x00f1
 
#define oled_green   0xe007
 
#define oled_blue   0x1f00
 
#define oled_cyan   (oled_green | oled_blue)
 
#define oled_yellow   (oled_green | oled_red)
 
#define oled_magenta   (oled_red | oled_blue)
 

Typedefs

using daisy::SSD13514WireSpi128x128Driver = daisy::SSD1351Driver< 128, 128, SSD13514WireSpiTransport >
 

Macro Definition Documentation

◆ oled_black

#define oled_black   0x0000

◆ oled_blue

#define oled_blue   0x1f00

◆ oled_cyan

#define oled_cyan   (oled_green | oled_blue)

◆ oled_green

#define oled_green   0xe007

◆ oled_magenta

#define oled_magenta   (oled_red | oled_blue)

◆ oled_red

#define oled_red   0x00f1

◆ oled_white

#define oled_white   0xffff

◆ oled_yellow

#define oled_yellow   (oled_green | oled_red)