drunken-octopus / drunken-octopus-marlin

An Alternative (Unofficial) Marlin Firmware for AlephObjects Printers
GNU General Public License v3.0
34 stars 13 forks source link

Unwrap `screen.h` sub-headers #32

Closed thinkyhead closed 3 years ago

thinkyhead commented 3 years ago

This change makes the sub-headers of screen.h a little cleaner.

marciot commented 3 years ago

@thinkyhead: Okay. I see what you did there. I was having the old style wrappers double-duty as #defining the constants needed for enabling the screen, but it never occurred to me to use both together. Sometimes a second set of eyeballs helps...