Files
MuditaOS/module-bsp/board/linux/board.h
Marcin Smoczyński 81d88eedc7 [BH-727] Create eink configuration for products
Customize screen resolution depending on which product is selected.
Screen resolutions for hardware boards are fixed by design.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2021-08-24 10:40:38 +02:00

25 lines
582 B
C

// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
#ifndef _BOARD_H_
#define _BOARD_H_
/*******************************************************************************
* Definitions
******************************************************************************/
/*! @brief The board name */
#define BOARD_NAME "IMXRT1050-EVKB"
#include <eink-config.h>
#if defined(__cplusplus)
extern "C"
{
#endif /* __cplusplus */
#if defined(__cplusplus)
}
#endif /* __cplusplus */
#endif /* _BOARD_H_ */