app_qspi_screen_scroll_t Struct Reference

Scroll-Screen structure definition. More...

#include <app_qspi.h>

Public Attributes

uint32_t first_frame_start_address
 
uint32_t second_frame_start_address
 
uint32_t scroll_coordinate
 
bool is_horizontal_scroll
 

Detailed Description

Scroll-Screen structure definition.

Definition at line 373 of file app_qspi.h.

Member Data Documentation

◆ first_frame_start_address

uint32_t app_qspi_screen_scroll_t::first_frame_start_address

if scroll the screen horizontally : first stands for left image, second stands for right image

Definition at line 374 of file app_qspi.h.

◆ is_horizontal_scroll

bool app_qspi_screen_scroll_t::is_horizontal_scroll

true : screen horizontally ; false : screen vertically

Definition at line 377 of file app_qspi.h.

◆ scroll_coordinate

uint32_t app_qspi_screen_scroll_t::scroll_coordinate

scroll to where , must be even number, belongs to [0, SCREEN_PIXEL_WIDTH]

Definition at line 376 of file app_qspi.h.

◆ second_frame_start_address

uint32_t app_qspi_screen_scroll_t::second_frame_start_address

if scroll the screen vertically : first stands for up image, second stands for down image

Definition at line 375 of file app_qspi.h.


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