Searched defs:Color (Results 1 – 5 of 5) sorted by relevance
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/ |
| A D | st7735.c | 733 …735_DrawHLine(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Length, uint32_t Color) in ST7735_DrawHLine() 776 …735_DrawVLine(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Length, uint32_t Color) in ST7735_DrawVLine() 810 …7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Width, uint32_t Height, uint32_t Color) in ST7735_FillRect() 836 int32_t ST7735_SetPixel(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Color) in ST7735_SetPixel() 873 int32_t ST7735_GetPixel(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t *Color) in ST7735_GetPixel()
|
| /bsp/raspberry-pico/RP2040/board/ports/lcd/ |
| A D | drv_lcd.c | 212 void LCD_Clear(UWORD Color) in LCD_Clear() 285 void LCD_DisplayPoint(UWORD X, UWORD Y, UWORD Color) in LCD_DisplayPoint()
|
| /bsp/tkm32F499/drivers/ |
| A D | drv_lcd.c | 148 …d, rt_uint16_t xStart, rt_uint16_t yStart, rt_uint16_t xLong, rt_uint16_t yLong, rt_uint32_t Color) in Lcd_ColorBox() 175 void DrawPixel(struct drv_lcd_device *lcd, rt_uint16_t x, rt_uint16_t y, int Color) in DrawPixel()
|
| /bsp/stm32/stm32f407-rt-spark/board/ports/led_matrix/ |
| A D | drv_matrix_led.c | 155 void Set_LEDColor(uint16_t LedId, RGBColor_TypeDef Color) in Set_LEDColor()
|
| /bsp/nxp/lpc/lpc178x/drivers/ |
| A D | drv_glcd.c | 339 void GLCD_SetFont(pFontType_t pFont, LdcPixel_t Color, LdcPixel_t BackgndColor) in GLCD_SetFont()
|
Completed in 611 milliseconds