Skip to content

Commit ca40318

Browse files
committed
fixes example project: [template][bare-metal][STM32F746G-Discovery]
1 parent af20b64 commit ca40318

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+73111
-18455
lines changed

examples/[template][bare-metal][STM32F746G-Discovery]/MeterPanel.c

Lines changed: 0 additions & 17971 deletions
This file was deleted.

examples/[template][bare-metal][STM32F746G-Discovery]/app_cfg.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@
2222
/*============================ INCLUDES ======================================*/
2323

2424
/*============================ MACROS ========================================*/
25+
26+
#define __GLCD_CFG_SCEEN_WIDTH__ 480
27+
#define __GLCD_CFG_SCEEN_HEIGHT__ 272
28+
29+
#define __DISP0_CFG_SCEEN_WIDTH__ __GLCD_CFG_SCEEN_WIDTH__
30+
#define __DISP0_CFG_SCEEN_HEIGHT__ __GLCD_CFG_SCEEN_HEIGHT__
31+
32+
#define __DISP0_CFG_PFB_BLOCK_WIDTH__ __DISP0_CFG_SCEEN_WIDTH__
33+
#define __DISP0_CFG_PFB_BLOCK_HEIGHT__ (__DISP0_CFG_SCEEN_HEIGHT__/10)
34+
35+
36+
#define ARM_2D_SCENE_METER_USE_JPG 1
37+
#define ARM_2D_SCENE_HISTOGRAM_USE_JPG 1
38+
2539
/*============================ MACROFIED FUNCTIONS ===========================*/
2640
/*============================ TYPES =========================================*/
2741
/*============================ GLOBAL VARIABLES ==============================*/

0 commit comments

Comments
 (0)