Adafruit_Shield + 0/4 examples
CodeScope will show references to BSP_LCD_DrawLine() from the following samples and libraries:
Examples
STM32F412ZG-Nucleo
Examples
STM32F413ZH-Nucleo
Examples
STM32F429ZI-Nucleo
Examples
STM32F446ZE-Nucleo
Examples
 
Symbols
loading...
Files
loading...

BSP_LCD_DrawLine() function

Draws an uni-line (between two points).

Syntax

void BSP_LCD_DrawLine(uint16_t x1,     uint16_t y1,     uint16_t x2,     uint16_t y2);
Implemented in stm32_adafruit_lcd.c:448

Arguments

x1

Point 1 X position

y1

Point 1 Y position

x2

Point 2 X position

y2

Point 2 Y position

Return value

None

Examples

BSP_LCD_DrawLine() is referenced by 4 libraries and example projects.

References

LocationReferrerText
stm32_adafruit_lcd.c:448
void BSP_LCD_DrawLine(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2)
stm32_adafruit_lcd.h:143
void BSP_LCD_DrawLine(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2);
stm32_adafruit_lcd.c:600BSP_LCD_DrawPolygon()
BSP_LCD_DrawLine(Points->X, Points->Y, (Points+PointCount-1)->X, (Points+PointCount-1)->Y);
stm32_adafruit_lcd.c:607BSP_LCD_DrawPolygon()
BSP_LCD_DrawLine(X, Y, Points->X, Points->Y);
stm32_adafruit_lcd.c:1004FillTriangle()
BSP_LCD_DrawLine(x, y, x3, y3);

Call Tree

Functions calling BSP_LCD_DrawLine()
Functions called by BSP_LCD_DrawLine()
BSP_LCD_DrawLine()
all items filtered out
Data read by BSP_LCD_DrawLine()
Data written by BSP_LCD_DrawLine()
BSP_LCD_DrawLine()::deltax
BSP_LCD_DrawLine()::deltay
BSP_LCD_DrawLine()::x
BSP_LCD_DrawLine()::y
BSP_LCD_DrawLine()::xinc1
BSP_LCD_DrawLine()::xinc2
BSP_LCD_DrawLine()::yinc1
BSP_LCD_DrawLine()::yinc2
BSP_LCD_DrawLine()::den
BSP_LCD_DrawLine()::num
BSP_LCD_DrawLine()::numadd
BSP_LCD_DrawLine()::numpixels
BSP_LCD_DrawLine()::curpixel
all items filtered out
BSP_LCD_DrawLine()
BSP_LCD_DrawLine()::deltax
BSP_LCD_DrawLine()::deltay
BSP_LCD_DrawLine()::x
BSP_LCD_DrawLine()::y
BSP_LCD_DrawLine()::xinc1
BSP_LCD_DrawLine()::xinc2
BSP_LCD_DrawLine()::yinc1
BSP_LCD_DrawLine()::yinc2
BSP_LCD_DrawLine()::den
BSP_LCD_DrawLine()::num
BSP_LCD_DrawLine()::numadd
BSP_LCD_DrawLine()::numpixels
BSP_LCD_DrawLine()::curpixel
all items filtered out
Type of BSP_LCD_DrawLine()
BSP_LCD_DrawLine()
int16_t
all items filtered out