mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
More en masse cleanup (whitespace/newlines/headers/etc)
This commit is contained in:
parent
49b35ff9c2
commit
e30c654b19
24 changed files with 683 additions and 674 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef __LCD
|
||||
#define __LCD
|
||||
#ifndef __LCD_H
|
||||
#define __LCD_H
|
||||
|
||||
// The resolution of the LCD
|
||||
#define LCD_XRES 132
|
||||
|
@ -114,4 +114,5 @@ void LCDSetXY(unsigned char x, unsigned char y);
|
|||
void LCDSetPixel(unsigned char x, unsigned char y, unsigned char color);
|
||||
void LCDString (char *lcd_string, const char *font_style,unsigned char x, unsigned char y, unsigned char fcolor, unsigned char bcolor);
|
||||
void LCDFill (unsigned char xs,unsigned char ys,unsigned char width,unsigned char height, unsigned char color);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue