Skip to content

Commit

Permalink
Remove testing changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
R11G committed Apr 27, 2024
1 parent fc1e02d commit b712344
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SPACE := $() $()
COMMA := ,

C_STANDARD?=gnu11
CXX_STANDARD?=gnu++2a
CXX_STANDARD?=gnu++20

DEPDIR := .d
$(shell mkdir -p $(DEPDIR))
Expand Down
6 changes: 0 additions & 6 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ void initialize() {
pros::lcd::set_text(1, "Hello PROS User!");

pros::lcd::register_btn1_cb(on_center_button);
// For PNG/JPG/JPEG:
lv_obj_t * img= lv_img_create(lv_scr_act());
lv_img_set_src(img, "S:cat.jpg");
// For GIF:
lv_obj_t * gif = lv_gif_create(lv_scr_act());
lv_gif_set_src(gif, "S:pbj.gif");
}

/**
Expand Down

0 comments on commit b712344

Please sign in to comment.