A1210/Core/Inc/OLED_Fonts.h

48 lines
822 B
C
Raw Normal View History

new file: .cproject new file: .gitignore new file: .mxproject new file: .project new file: .settings/com.atollic.truestudio.debug.hardware_device.prefs new file: .settings/language.settings.xml new file: .settings/org.eclipse.cdt.managedbuilder.core.prefs new file: A1210.elf.launch new file: A1210.ioc new file: Core/Inc/OLED_Fonts.h new file: Core/Inc/adc.h new file: Core/Inc/dma.h new file: Core/Inc/flash.h new file: Core/Inc/gpio.h new file: Core/Inc/main.h new file: Core/Inc/modbus.h new file: Core/Inc/my.h new file: Core/Inc/spi.h new file: Core/Inc/ssd1306.h new file: Core/Inc/ssd1306_conf.h new file: Core/Inc/ssd1306_fonts.h new file: Core/Inc/stm32f4xx_hal_conf.h new file: Core/Inc/stm32f4xx_it.h new file: Core/Inc/struct.h new file: Core/Inc/tim.h new file: Core/Inc/usart.h new file: Core/Src/OLED_Fonst.c new file: Core/Src/adc.c new file: Core/Src/dma.c new file: Core/Src/flash.c new file: Core/Src/gpio.c new file: Core/Src/main.c new file: Core/Src/spi.c new file: Core/Src/ssd1306.c new file: Core/Src/ssd1306_fonts.c new file: Core/Src/stm32f4xx_hal_msp.c new file: Core/Src/stm32f4xx_it.c new file: Core/Src/syscalls.c new file: Core/Src/system_stm32f4xx.c new file: Core/Src/tim.c new file: Core/Src/usart.c new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h new file: Drivers/CMSIS/Include/cmsis_armcc.h new file: Drivers/CMSIS/Include/cmsis_armclang.h new file: Drivers/CMSIS/Include/cmsis_compiler.h new file: Drivers/CMSIS/Include/cmsis_gcc.h new file: Drivers/CMSIS/Include/cmsis_iccarm.h new file: Drivers/CMSIS/Include/cmsis_version.h new file: Drivers/CMSIS/Include/core_armv8mbl.h new file: Drivers/CMSIS/Include/core_armv8mml.h new file: Drivers/CMSIS/Include/core_cm0.h new file: Drivers/CMSIS/Include/core_cm0plus.h new file: Drivers/CMSIS/Include/core_cm1.h new file: Drivers/CMSIS/Include/core_cm23.h new file: Drivers/CMSIS/Include/core_cm3.h new file: Drivers/CMSIS/Include/core_cm33.h new file: Drivers/CMSIS/Include/core_cm4.h new file: Drivers/CMSIS/Include/core_cm7.h new file: Drivers/CMSIS/Include/core_sc000.h new file: Drivers/CMSIS/Include/core_sc300.h new file: Drivers/CMSIS/Include/mpu_armv7.h new file: Drivers/CMSIS/Include/mpu_armv8.h new file: Drivers/CMSIS/Include/tz_context.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c new file: STM32F446RE_FLASH.ld new file: startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
#ifndef OLEDFONTS_H_
#define OLEDFONTS_H_
#include <stdint.h>
#define fontbyte(x) Font.font[x]
typedef const uint8_t fontdatatype;
typedef enum
{
NORMAL = 0,
INVERT = 1
} OLEDinverted;
typedef enum
{
LEFT = 253,
RIGHT = 254,
CENTER = 255
} OLEDalign;
typedef struct
{
const uint8_t* font;
int16_t width;
int16_t height;
int16_t offset;
int16_t numchars;
OLEDinverted inverted;
} font_t;
extern font_t Font;
extern fontdatatype BigNumbers[];
extern fontdatatype Segoe_UI_Rus_12[];
extern fontdatatype Segoe_UI_Rus_10[];
extern fontdatatype Segoe_UI_Rus_8[];
extern fontdatatype Arial_Rus_7[];
extern fontdatatype Segoe_UI_Eng_12[];
extern fontdatatype Segoe_UI_Eng_10[];
void FontSet(const uint8_t* font);
void OLED_DrawStr(char *str, uint8_t x, uint8_t y, uint8_t mode);
new file: .cproject new file: .gitignore new file: .mxproject new file: .project new file: .settings/com.atollic.truestudio.debug.hardware_device.prefs new file: .settings/language.settings.xml new file: .settings/org.eclipse.cdt.managedbuilder.core.prefs new file: A1210.elf.launch new file: A1210.ioc new file: Core/Inc/OLED_Fonts.h new file: Core/Inc/adc.h new file: Core/Inc/dma.h new file: Core/Inc/flash.h new file: Core/Inc/gpio.h new file: Core/Inc/main.h new file: Core/Inc/modbus.h new file: Core/Inc/my.h new file: Core/Inc/spi.h new file: Core/Inc/ssd1306.h new file: Core/Inc/ssd1306_conf.h new file: Core/Inc/ssd1306_fonts.h new file: Core/Inc/stm32f4xx_hal_conf.h new file: Core/Inc/stm32f4xx_it.h new file: Core/Inc/struct.h new file: Core/Inc/tim.h new file: Core/Inc/usart.h new file: Core/Src/OLED_Fonst.c new file: Core/Src/adc.c new file: Core/Src/dma.c new file: Core/Src/flash.c new file: Core/Src/gpio.c new file: Core/Src/main.c new file: Core/Src/spi.c new file: Core/Src/ssd1306.c new file: Core/Src/ssd1306_fonts.c new file: Core/Src/stm32f4xx_hal_msp.c new file: Core/Src/stm32f4xx_it.c new file: Core/Src/syscalls.c new file: Core/Src/system_stm32f4xx.c new file: Core/Src/tim.c new file: Core/Src/usart.c new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h new file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h new file: Drivers/CMSIS/Include/cmsis_armcc.h new file: Drivers/CMSIS/Include/cmsis_armclang.h new file: Drivers/CMSIS/Include/cmsis_compiler.h new file: Drivers/CMSIS/Include/cmsis_gcc.h new file: Drivers/CMSIS/Include/cmsis_iccarm.h new file: Drivers/CMSIS/Include/cmsis_version.h new file: Drivers/CMSIS/Include/core_armv8mbl.h new file: Drivers/CMSIS/Include/core_armv8mml.h new file: Drivers/CMSIS/Include/core_cm0.h new file: Drivers/CMSIS/Include/core_cm0plus.h new file: Drivers/CMSIS/Include/core_cm1.h new file: Drivers/CMSIS/Include/core_cm23.h new file: Drivers/CMSIS/Include/core_cm3.h new file: Drivers/CMSIS/Include/core_cm33.h new file: Drivers/CMSIS/Include/core_cm4.h new file: Drivers/CMSIS/Include/core_cm7.h new file: Drivers/CMSIS/Include/core_sc000.h new file: Drivers/CMSIS/Include/core_sc300.h new file: Drivers/CMSIS/Include/mpu_armv7.h new file: Drivers/CMSIS/Include/mpu_armv8.h new file: Drivers/CMSIS/Include/tz_context.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h new file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c new file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c new file: STM32F446RE_FLASH.ld new file: startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
#endif /* OLEDFONTS_H_ */