Skip to content

Commit

Permalink
Updated the splash screen image
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfairhurst committed Nov 6, 2014
1 parent 2217761 commit c3e9a5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file modified resources/images/logo_splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/simply/simply_splash.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ void layer_update_callback(Layer *layer, GContext *ctx) {
static void window_load(Window *window) {
SimplySplash *self = window_get_user_data(window);

#if SPLASH_LOGO
self->image = gbitmap_create_with_resource(RESOURCE_ID_IMAGE_LOGO_SPLASH);
#else
self->image = gbitmap_create_with_resource(RESOURCE_ID_IMAGE_TILE_SPLASH);
#endif
}

static void window_disappear(Window *window) {
Expand Down

0 comments on commit c3e9a5b

Please sign in to comment.