Files
MuditaOS/module-services/service-eink/Common.hpp
Piotr Tański 3f29c30bed [EGD-4968] Change GUI service to optimize flow and memory management
Gui and Eink services refactor.
Displaying frames performance optimization.
Critical resources management.
2021-01-08 16:36:12 +01:00

19 lines
458 B
C++

// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
#pragma once
namespace service
{
namespace name
{
constexpr inline auto eink = "ServiceEink";
} // namespace name
namespace eink
{
constexpr inline auto DefaultScreenWidth = 480;
constexpr inline auto DefaultScreenHeight = 600;
} // namespace eink
} // namespace service