Skip to content

Commit

Permalink
enable modern evenodd for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
akasaka committed Nov 21, 2024
1 parent a48c3ca commit 5161892
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion include/devices/big_clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define HAS_KEYPAD

// ↓ Looks like shite on the plasma display
#define COMPOSABLE_NO_EVENODD
// #define COMPOSABLE_NO_EVENODD // let's see how it looks

// Plasma Information System OS (not DOS, there's no disk in it!)
#define PRODUCT_NAME "PIS-OS"
Expand Down
4 changes: 0 additions & 4 deletions include/devices/mid_clock_noritake.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <hal/gpio_hal.h>
#include <input/keypad.h>

// #define HAS_OTAFVU
#define HAS_OUTPUT_GU7000
#define HAS_DISPLAY_BLANKING
#define HAS_MOTION_SENSOR
Expand All @@ -13,9 +12,6 @@
#define HAS_VARYING_BRIGHTNESS
#define HAS_LIGHT_SENSOR

// ↓ Looks like shite on the VFD display
#define COMPOSABLE_NO_EVENODD

// Plasma Information System OS (not DOS, there's no disk in it!)
#define PRODUCT_NAME "PIS-OS"
#define PRODUCT_VERSION "5.3"
Expand Down
4 changes: 0 additions & 4 deletions include/devices/mid_clock_noritake_wide.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <hal/gpio_hal.h>
#include <input/keypad.h>

#define HAS_OTAFVU
#define HAS_OUTPUT_GU7000
#define HAS_DISPLAY_BLANKING
// #define HAS_TEMP_SENSOR
Expand All @@ -13,9 +12,6 @@
#define HAS_VARYING_BRIGHTNESS
#define HAS_LIGHT_SENSOR

// ↓ Looks like shite on the VFD display
#define COMPOSABLE_NO_EVENODD

// Plasma Information System OS (not DOS, there's no disk in it!)
#define PRODUCT_NAME "PIS-dev"
#define PRODUCT_VERSION "5.3"
Expand Down

0 comments on commit 5161892

Please sign in to comment.