Update keyboard.
This commit is contained in:
parent
872fd5da67
commit
df361e8d6d
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ bool keyboard(xQueueHandle buttonQueue, pax_buf_t* pax_buffer, ILI9341* ili9341,
|
|||
const pax_font_t *font = pax_get_font("saira regular");
|
||||
bool accepted = false;
|
||||
pkb_ctx_t kb_ctx;
|
||||
pkb_init(pax_buffer, &kb_ctx, 2048);
|
||||
pkb_init(pax_buffer, &kb_ctx, 32);
|
||||
pkb_set_content(&kb_ctx, aOutput);
|
||||
kb_ctx.kb_font = font;
|
||||
kb_ctx.text_font = font;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ae075a054a640c33dd15494fda970ad42df1ce94
|
||||
Subproject commit daa81eafcea19628bda3ec2eb430544cd4f0b9d7
|
Loading…
Reference in a new issue