Thank you Petr!
I added the file functions and it know compiles without errors.
Still I can't see the bitmap on my screen. I added a bmp file with 8bit color to my USB stick root directory and made sure that the LCD screen is loaded after the usb initialization. Reading from the stick in general works fine.
I declared the bitmap with
D4D_DECLARE_BMPFILE(bmp_as, "AS.BMP")
and put it in a picture object with
D4D_DECLARE_STD_PICTURE(ds_logo_as, 130, 100, &bmp_as)
and finally added it to the screen
D4D_DECLARE_SCREEN_OBJECT(ds_logo_as)
What is missing?
Thanks!