0% found this document useful (0 votes)
34 views

Keywords

This document provides a syntax coloring map for the Seeed OLED display. It defines datatypes, methods and functions used to interface with the display in keyword highlighting. These include addressing modes, initialization functions, text rendering methods, and scrolling properties. The document also defines constants like scrolling speeds and the instance name for the SSD1306 driver in highlighted text.

Uploaded by

Sandra Savanovic
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

Keywords

This document provides a syntax coloring map for the Seeed OLED display. It defines datatypes, methods and functions used to interface with the display in keyword highlighting. These include addressing modes, initialization functions, text rendering methods, and scrolling properties. The document also defines constants like scrolling speeds and the instance name for the SSD1306 driver in highlighted text.

Uploaded by

Sandra Savanovic
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

#######################################

# Syntax Coloring Map For Seeed OLED


#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
addressingMode KEYWORD1
ACROBOTIC_SSD1306 KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
init KEYWORD1
setNormalDisplay KEYWORD1
setInverseDisplay KEYWORD1
sendCommand KEYWORD1
setPageMode KEYWORD1
setHorizontalMode KEYWORD1
setTextXY KEYWORD1
clearDisplay KEYWORD1
setBrightness KEYWORD1
putChar KEYWORD1
putString KEYWORD1
putNumber KEYWORD1
putFloat KEYWORD1
drawBitmap KEYWORD1
chipErase KEYWORD1
setHorizontalScrollProperties KEYWORD1
activateScroll KEYWORD1
deactivateScroll KEYWORD1

#######################################
# Constants (LITERAL1)
#######################################
Scroll_Left LITERAL1
Scroll_Right LITERAL1
Scroll_2Frames LITERAL1
Scroll_3Frames LITERAL1
Scroll_4Frames LITERAL1
Scroll_5Frames LITERAL1
Scroll_25Frames LITERAL1
Scroll_64Frames LITERAL1
Scroll_128Frames LITERAL1
Scroll_256Frames LITERAL1
#######################################
# Instances (KEYWORD2)
#######################################
ACROBOTIC_SSD1306 KEYWORD2

You might also like