Skip to content

Commit ee62349

Browse files
committed
formated text
1 parent e94e0dc commit ee62349

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib_ILI9328/src/ILI9328.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ static PIN pins[]={
2828
{{RST_Pin,RST_Speed,RST_Mode},RST_Port,RST_Bus},
2929
};
3030

31-
3231
#define TFTLCD_DELAY 0xFF
3332

3433
static const uint16_t ILI9328_regValues[] = {
@@ -328,8 +327,8 @@ void ILI9328_FillPixel(uint16_t x0,uint16_t y0,uint16_t x1,uint16_t y1,uint32_t
328327
}
329328
}
330329

331-
void ILI9328_SetPixel(uint16_t x, uint16_t y, uint32_t color)
332-
{
330+
void ILI9328_SetPixel(uint16_t x, uint16_t y, uint32_t color) {
331+
333332
uint8_t r,g,b;
334333

335334
switch(ILI9328_orientation_mode){

0 commit comments

Comments
 (0)