Skip to content

Commit

Permalink
Fix build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Feb 3, 2024
1 parent d0f496a commit 144d313
Show file tree
Hide file tree
Showing 41 changed files with 0 additions and 41 deletions.
1 change: 0 additions & 1 deletion examples/lvgl/event/event.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>
#include "lv_example_event.h"
Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/get_started/get_started.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>
#include "lv_get_started.h"
Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/layouts/flex/flex.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>
#include "lv_example_flex.h"
Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/layouts/grid/grid.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>
#include "lv_example_grid.h"
Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/scroll/scroll.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>
#include "lv_example_scroll.h"
Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/style/style.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>
#include "lv_example_style.h"
Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/third_party/ImageDecoder/ImageDecoder.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* Note that you need to place the sample data folder in the same level directory as <platformio.ini>
* If using 2.41 inch, please copy all the pictures in the data folder to the SD card
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/third_party/gif/gif.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-05-01
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/animimg/animimg.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/arc/arc.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/bar/bar.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/btn/btn.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/btnmatrix/btnmatrix.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/calendar/calendar.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/canvas/canvas.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/chart/chart.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/checkbox/checkbox.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/colorwheel/colorwheel.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/dropdown/dropdown.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/img/img.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/imgbtn/imgbtn.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/keyboard/keyboard.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/label/label.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/led/led.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/line/line.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/list/list.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/menu/menu.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/meter/meter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/msgbox/msgbox.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/obj/obj.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/roller/roller.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/slider/slider.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/span/span.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/spinbox/spinbox.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/spinner/spinner.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/switch/switch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/table/table.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/tabview/tabview.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/textarea/textarea.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/tileview/tileview.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down
1 change: 0 additions & 1 deletion examples/lvgl/widgets/win/win.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @date 2023-08-09
*
*/
/*
#include <LilyGo_AMOLED.h>
#include <LV_Helper.h>

Expand Down

0 comments on commit 144d313

Please sign in to comment.