Go to the documentation of this file.
38 #ifndef __APP_GRAPHICS_QSPI_H__
39 #define __APP_GRAPHICS_QSPI_H__
62 #if (APP_DRIVER_CHIP_TYPE == APP_DRIVER_GR5526X)
68 #ifdef HAL_QSPI_MODULE_ENABLED
bool app_qspi_async_veri_draw_screen(app_qspi_id_t screen_id, app_qspi_id_t storage_id, const app_qspi_screen_command_t *const p_screen_cmd, const app_qspi_screen_info_t *const p_screen_info, app_qspi_screen_veri_link_scroll_t *p_link_scroll, bool is_first_call)
Special Async API to write Screen in vertical direction, and veritical lines are organized in linked ...
blit_xfer_type_e
Define BLIT Mode By DMA.
bool app_qspi_async_llp_draw_block(app_qspi_id_t screen_id, app_qspi_id_t storage_id, const app_qspi_screen_command_t *const p_screen_cmd, const app_qspi_screen_info_t *const p_screen_info, app_qspi_screen_block_t *p_block_info, bool is_first_call)
Special Async API to write one block of the Screen by DMA-LLP, every line of the block is organized i...
app_qspi_id_t
QSPI module Enumerations definition.
Header file containing functions prototypes of GPIO app library.
One block of screen Structure.
This file contains all the functions prototypes for the HAL module driver.
Screen Info. structure definition.
bool app_qspi_mmap_blit_image(app_qspi_id_t storage_id, blit_image_config_t *p_blit_config, blit_xfer_type_e xfer_type)
Special API to Blit Image from memory mapped device to RAM Buffer Must enable the two micro-defines t...
bool app_qspi_dma_mmap_read_block(app_qspi_id_t id, uint32_t address, uint8_t *buffer, uint32_t length)
Read data block in Memory mapped Mode(XIP Mode), The Data is ordered by the order in flash/psram devi...
Header file containing functions prototypes of QSPI app library.
Blit Image structure definition.
Header file of app driver error code.
Header file of app driver config code.
bool app_qspi_async_draw_screen(app_qspi_id_t screen_id, app_qspi_id_t storage_id, const app_qspi_screen_command_t *const p_screen_cmd, const app_qspi_screen_info_t *const p_screen_info, app_qspi_screen_scroll_t *p_scroll_config, bool is_first_call)
Special Async API to write QuadSPI Screen from memory mapped device(flash or psram) Must enable the t...