forked from len0rd/rockbox
Make scaler output truly pluggable, add an 8-bit greyscale output to
pluginlib for use with greylib, and add source for a test scaled bmp viewer using greylib. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19593 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7fa7e5ad5
commit
9058620849
17 changed files with 88 additions and 42 deletions
|
@ -78,7 +78,7 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame
|
|||
output_bmp.data = (char*)output_bmp_data;
|
||||
|
||||
int ret = rb->read_bmp_file("/test.bmp", &input_bmp, sizeof(input_bmp_data),
|
||||
FORMAT_NATIVE);
|
||||
FORMAT_NATIVE, NULL);
|
||||
|
||||
if (ret < 0) {
|
||||
rb->splash(HZ, "Could not load /test.bmp");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue