C++ DevKit
C++ set of OOP library
Loading...
Searching...
No Matches
struct_ConfigScrollSSD1306 Struct Reference

configuration data for SSD1306 OLED display scrolling feature. More...

#include <ssd1306.h>

Collaboration diagram for struct_ConfigScrollSSD1306:
Collaboration graph

Public Attributes

bool scroll_H_to_right = true
 if true SSD1306_SET_R_HORIZ_SCROLL else SSD1306_SET_L_HORIZ_SCROLL
 
bool scroll_V_and_H_to_right = true
 if true SSD1306_SET_VERTICAL_R_HORIZ_SCROLL else SSD1306_SET_VERTICAL_L_HORIZ_SCROLL
 
uint8_t scroll_H_start_page = 0
 0 <= value <= 7
 
uint8_t time_frame_interval = 0b111
 0 <= value <= 7
 
uint8_t scroll_H_end_page = 7
 0 <= value <= 7
 
uint8_t vertical_scrolling_offset = 5
 0 <= value <= 63
 

Detailed Description

configuration data for SSD1306 OLED display scrolling feature.

Refer to SSD1306 datasheet for more details.


The documentation for this struct was generated from the following file: