TM1638_plus 2.2.0
Arduino library for Tm1638 modules
Classes | Macros
MAX7219plus.h File Reference

library header file to drive MAX7219 displays More...

#include "seven_segment_font_data.h"
#include <SPI.h>

Go to the source code of this file.

Classes

class  MAX7219plus_Model6
 Drive MAX7219 seven segment displays. More...
 

Macros

#define MAX_P_SPI_FREQ   1000000
 
#define MAX_P_SPI_CLOCK_DIV   SPI_CLOCK_DIV8
 
#define MAX_P_SPI_DIRECTION   MSBFIRST
 
#define MAX_P_SPI_MODE   SPI_MODE0
 
#define MAX_P_SPI_TRANSACTION_START   SPI.setClockDivider(MAX_P_SPI_CLOCK_DIV)
 
#define MAX_P_SPI_TRANSACTION_END
 

Detailed Description

library header file to drive MAX7219 displays

Author
Gavin Lyons

Macro Definition Documentation

◆ MAX_P_SPI_CLOCK_DIV

#define MAX_P_SPI_CLOCK_DIV   SPI_CLOCK_DIV8

SPI bus baud rate, STM32 data use only

◆ MAX_P_SPI_DIRECTION

#define MAX_P_SPI_DIRECTION   MSBFIRST

SPI data bit order orientation

◆ MAX_P_SPI_FREQ

#define MAX_P_SPI_FREQ   1000000

hz SPI bus baud rate

◆ MAX_P_SPI_MODE

#define MAX_P_SPI_MODE   SPI_MODE0

SPI Mode 0-3