Add basic text rendering
This commit is contained in:
parent
064cdc5ba0
commit
22b6ee1136
16 changed files with 43620 additions and 6 deletions
|
|
@ -15,6 +15,7 @@ typedef enum
|
|||
#define LTP1245_MAX_DRIVE_FREQ 473 // In Hz
|
||||
#define LTP1245_BUFFER_LINES 64
|
||||
#define LTP1245_LINEWIDTH 384 // In pixels
|
||||
#define LTP1245_LINE_BYTES (LTP1245_LINEWIDTH / 8)
|
||||
|
||||
#define LTP1245_TH_REXT 10 // In kΩ
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue