Skip to content

Instantly share code, notes, and snippets.

@hhff
Last active February 1, 2021 18:50
Show Gist options
  • Save hhff/a4578d240f5953deacfc4c64d098a58f to your computer and use it in GitHub Desktop.
Save hhff/a4578d240f5953deacfc4c64d098a58f to your computer and use it in GitHub Desktop.
LightOS: InfoBarTimeDisplay
const TimeDisplay = withTime(props => (
<Eink
mode={Modes.DU}
render={memo(() => (
<Layout width={12}>
<UIText variant="copy" align="center" lineHeight={FONT_SIZES['copy']}>
{props.time}
</UIText>
</Layout>
))}
/>
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment