File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292
9393#if CIRCUITPY_DISPLAYIO
9494#include "shared-module/displayio/__init__.h"
95+ #include "shared-bindings/displayio/__init__.h"
9596#endif
9697
9798#if CIRCUITPY_EPAPERDISPLAY
Original file line number Diff line number Diff line change 2727#include <string.h>
2828
2929#include "shared-module/displayio/__init__.h"
30+ #include "shared-bindings/displayio/__init__.h"
3031
3132#include "shared/runtime/interrupt_char.h"
3233#include "py/runtime.h"
3839#include "supervisor/shared/display.h"
3940#include "supervisor/shared/reload.h"
4041
41- #include "supervisor/spi_flash_api.h"
4242#include "py/mpconfig.h"
4343
4444#if CIRCUITPY_BUSDISPLAY
Original file line number Diff line number Diff line change 2626
2727#pragma once
2828
29- #include "shared-bindings/digitalio/DigitalInOut.h"
3029#include "shared-bindings/displayio/Group.h"
3130
3231#include "shared-module/displayio/area.h"
Original file line number Diff line number Diff line change 3131#include "py/obj.h"
3232#include "py/proto.h"
3333
34- #include "shared-bindings/digitalio/DigitalInOut.h"
3534#include "shared-bindings/displayio/Group.h"
3635
3736#include "shared-module/displayio/area.h"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ bool shared_module_supervisor_status_bar_get_display(supervisor_status_bar_obj_t
6060 return self -> display ;
6161}
6262
63- #if CIRCUITPY_TERMINALIO
63+ #if CIRCUITPY_STATUS_BAR && CIRCUITPY_TERMINALIO
6464void shared_module_supervisor_status_bar_set_display (supervisor_status_bar_obj_t * self , bool enabled ) {
6565 if (self -> display == enabled ) {
6666 // Do nothing if not changing the state.
You can’t perform that action at this time.
0 commit comments