precision-converters-firmware
Macros | Variables
adi_logo.c File Reference

ADI logo image C array. More...

#include "lvgl/lvgl.h"
Include dependency graph for adi_logo.c:

Macros

#define LV_ATTRIBUTE_MEM_ALIGN
 
#define LV_ATTRIBUTE_IMG_ADI_LOGO
 

Variables

const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_ADI_LOGO uint8_t adi_logo_map []
 
const lv_img_dsc_t adi_logo
 

Detailed Description

ADI logo image C array.

This file is auto generated using lvgl image converter: https://lvgl.io/tools/imageconverter

Copyright (c) 2023 Analog Devices, Inc.

This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.

Macro Definition Documentation

◆ LV_ATTRIBUTE_IMG_ADI_LOGO

#define LV_ATTRIBUTE_IMG_ADI_LOGO

◆ LV_ATTRIBUTE_MEM_ALIGN

#define LV_ATTRIBUTE_MEM_ALIGN

Variable Documentation

◆ adi_logo

const lv_img_dsc_t adi_logo
Initial value:
= {
.header.cf = LV_COLOR_FORMAT_RGB565,
.header.always_zero = 0,
.header.reserved = 0,
.header.w = 250,
.header.h = 136,
.data_size = 34000 * LV_COLOR_DEPTH / 8,
.data = adi_logo_map,
}
const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_ADI_LOGO uint8_t adi_logo_map[]
Definition: adi_logo.c:38

◆ adi_logo_map

const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_ADI_LOGO uint8_t adi_logo_map[]