website logo
Buy CronusGPC LibraryGamePacks (16bit)YouTubeForumsDiscord
📘Cronus Zen Guide
📗GamePacks (32bit)
📗GPC Script Guide
Navigate through spaces
⌘K
📑GPC SCRIPTING
What's New in 32bit?
Introduction
Variables
Basic GPC Structure
Definitions
Data Section
Remapping
Const Arrays
Init Section
Main Section
Combo Section
User Created Functions
Identifiers
Flow Control
Constants
Functions
Device Functions
Remapping
Advanced Samples
API Samples
Docs powered by archbee 

OLED

General OLED Constants

Name

Description

Value

OLED_WHITE

The White color constant

1

OLED_BLACK

The Black color constant

0

OLED_WIDTH

The width of the OLED in pixels

128

OLED_HEIGHT

The height of the OLED in pixels

64

OLED Font Constants

Name

Description

Value

OLED_FONT_SMALL

Small font

0

OLED_FONT_MEDIUM

Medium font

1

OLED_FONT_LARGE

Large font

2

OLED_FONT_SMALL_WIDTH

Width of each character for the small font

7

OLED_FONT_MEDIUM_WIDTH

Width of each character for the medium font

11

OLED_FONT_LARGE_WIDTH

Width of each character for the large font

16

OLED_FONT_SMALL_HEIGHT

Height of each character for the small font

10

OLED_FONT_MEDIUM_HEIGHT

Height of each character for the medium font

18

OLED_FONT_LARGE_HEIGHT

Height of each character for the large font

26

OLED Button Constants

Name

Description

Value

OLED_CROSS

Cross Button

127

OLED_CIRCLE

Circle Button

128

OLED_SQUARE

Square Button

129

OLED_TRIANGLE

Triangle Button

130

OLED_UP

Up DPAD Button

131

OLED_DOWN

Down DPAD Button

132

OLED_LEFT

Left DPAD Button

133

OLED_RIGHT

Right DPAD Button

134

OLED_VIEW

View Button

135

OLED_MENU

Menu Button

136



PREVIOUS
Zen
NEXT
ASCII Constants
Docs powered by archbee 
TABLE OF CONTENTS
General OLED Constants
OLED Font Constants
OLED Button Constants