- MFD tint 0xFFFF (white) -> BT_MFD_GREEN (0x07E0, pure green in R5G6B5)
for the five mono MFDs, matching the pod's green monochrome phosphor
screens and RP412's FillSplitMFD (green<<8 == 0x00FF00). Applied to
both the cockpit (kBTCockpitSurfaces) and the dev composite
(kBTGaugeSurfaces); the radar/secondary stays palette-colour (it is
authentically multi-colour, not mono).
- Button strips are now 4 ABOVE + 4 BELOW each MFD (the authentic pod
layout), not 4+4 stacked to one side. The MFD surfaces are inset by
kBtnStripH (top MFDs down, bottom MFDs up) so both strips land
on-canvas; the same constant drives the surface inset and the button
builder so they stay aligned.
Verified: L4MFDSPLIT cockpit renders green MFDs with 4+4 button strips;
BT_PLATFORM=pod renders identically on a dev box (the pod's true
multi-surface path needs >=2 adapters and stays guarded off).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>