STM32N6 NPU Deployment — Politecnico di Milano  1.0
Documentation for Neural Network Deployment on STM32N6 NPU - Politecnico di Milano 2024-2025
main.h File Reference
#include "stm32n6xx_hal.h"
#include "stm32_lcd.h"
Include dependency graph for main.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CIRCLE_RADIUS   5
 
#define BINDING_WIDTH   3
 
#define COLOR_HEAD   UTIL_LCD_COLOR_GREEN
 
#define COLOR_ARMS   UTIL_LCD_COLOR_BLUE
 
#define COLOR_TRUNK   UTIL_LCD_COLOR_MAGENTA
 
#define COLOR_LEGS   UTIL_LCD_COLOR_ORANGE
 
#define COLOR_BOX   UTIL_LCD_COLOR_RED
 

Detailed Description

Author
GPM Application Team
Attention

Copyright (c) 2023 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file main.h.

Macro Definition Documentation

◆ BINDING_WIDTH

#define BINDING_WIDTH   3

Definition at line 32 of file main.h.

◆ CIRCLE_RADIUS

#define CIRCLE_RADIUS   5

Definition at line 30 of file main.h.

◆ COLOR_ARMS

#define COLOR_ARMS   UTIL_LCD_COLOR_BLUE

Definition at line 34 of file main.h.

◆ COLOR_BOX

#define COLOR_BOX   UTIL_LCD_COLOR_RED

Definition at line 37 of file main.h.

◆ COLOR_HEAD

#define COLOR_HEAD   UTIL_LCD_COLOR_GREEN

Definition at line 33 of file main.h.

◆ COLOR_LEGS

#define COLOR_LEGS   UTIL_LCD_COLOR_ORANGE

Definition at line 36 of file main.h.

◆ COLOR_TRUNK

#define COLOR_TRUNK   UTIL_LCD_COLOR_MAGENTA

Definition at line 35 of file main.h.