Display Xplained image loader. More...
#include <mainloop.h>#include <status_codes.h>#include <gfx/gfx.h>Go to the source code of this file.
Functions | |
| void | file_loader_init () |
| Initialize the file loader. | |
| bool | file_loader_busy () |
| Check if the file loader is busy loading a file. | |
| enum status_code | load_file_to_screen (const char *filename, gfx_coord_t pos_x, gfx_coord_t pos_y, gfx_coord_t width, gfx_coord_t height, struct workqueue_task *done_task) |
| Load file data directly to screen. | |
| hugemem_ptr_t | load_file_to_hugemem (const char *filename, struct workqueue_task *task) |
| Allocate space in hugemem and load an image into it. | |
Display Xplained image loader.
Copyright (C) 2010 Atmel Corporation. All rights reserved.
Definition in file file_loader.h.
1.6.3