Edit

Share via


SetMemoryAddressingMode.AddressingMode Enum

Definition

Addressing mode

public enum SetMemoryAddressingMode.AddressingMode
type SetMemoryAddressingMode.AddressingMode = 
Public Enum SetMemoryAddressingMode.AddressingMode
Inheritance
SetMemoryAddressingMode.AddressingMode

Fields

Horizontal 0

In horizontal addressing mode, after the display RAM is read/written, the column address pointer is increased automatically by 1. If the column address pointer reaches column end address, the column address pointer is reset to column start address and page address pointer is increased by 1. When both column and page address pointers reach the end address, the pointers are reset to column start address and page start address.

Page 2

In page addressing mode, after the display RAM is read/written, the column address pointer is increased automatically by 1. If the column address pointer reaches column end address, the column address pointer is reset to column start address and page address pointer is not changed. Users have to set the new page and column addresses in order to access the next page RAM content.

Vertical 1

In vertical addressing mode, after the display RAM is read/written, the page address pointer is increased automatically by 1. If the page address pointer reaches the page end address, the page address pointer is reset to page start address and column address pointer is increased by 1. When both column and page address pointers reach the end address, the pointers are reset to column start address and page start address.

Applies to