Skip to content

Commit

Permalink
add m66 rev4
Browse files Browse the repository at this point in the history
  • Loading branch information
alin elena committed Nov 7, 2023
1 parent 1e04a7d commit 91ce22a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(4,6) RC(4,7) RC(4,8) RC(4,9
status = "disabled";
};

nice_nano_spi: &nice_view_spi {
nice_nano_spi: &spi0 {
status = "okay";
compatible = "nordic,nrf-spim";
pinctrl-0 = <&spi0_default>;
Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/mlego_m66_rev4/widgets/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <lvgl.h>
#include <zmk/endpoints.h>

#define CANVAS_SIZE 68
#define CANVAS_SIZE 128

#define LVGL_BACKGROUND \
IS_ENABLED(CONFIG_NICE_VIEW_WIDGET_INVERTED) ? lv_color_black() : lv_color_white()
Expand Down

0 comments on commit 91ce22a

Please sign in to comment.