-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use different touch contexts for App & UX
- Loading branch information
1 parent
abcb312
commit f4a2c2b
Showing
12 changed files
with
170 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
#pragma once | ||
|
||
// auto-generated by shared_export.py | ||
#define _NR_nbgl_refresh 0x90 | ||
#define _NR_nbgl_refreshSpecial 0x91 | ||
#define _NR_nbgl_refreshSpecialWithPostRefresh 0x92 | ||
#define _NR_nbgl_refreshIsNeeded 0x93 | ||
#define _NR_nbgl_refreshReset 0x94 | ||
#define _NR_nbgl_objInit 0x95 | ||
#define _NR_nbgl_objDraw 0x96 | ||
#define _NR_nbgl_objAllowDrawing 0x97 | ||
#define _NR_nbgl_objGetRAMBuffer 0x98 | ||
#define _NR_nbgl_screenContainsObjType 0x99 | ||
#define _NR_nbgl_screenSet 0x9a | ||
#define _NR_nbgl_screenPush 0x9b | ||
#define _NR_nbgl_screenRedraw 0x9c | ||
#define _NR_nbgl_screenPop 0x9d | ||
#define _NR_nbgl_screenGetElements 0x9e | ||
#define _NR_nbgl_screenGetCurrentStackSize 0x9f | ||
#define _NR_nbgl_screenGetUxStackSize 0xa0 | ||
#define _NR_nbgl_screenGetAt 0xa1 | ||
#define _NR_nbgl_screenGetTop 0xa2 | ||
#define _NR_nbgl_screenUpdateTicker 0xa3 | ||
#define _NR_nbgl_screenUpdateBackgroundColor 0xa4 | ||
#define _NR_nbgl_screenReset 0xa5 | ||
#define _NR_nbgl_screenHandler 0xa6 | ||
#define _NR_nbgl_objPoolGet 0xa7 | ||
#define _NR_nbgl_objPoolGetArray 0xa8 | ||
#define _NR_nbgl_containerPoolGet 0xa9 | ||
#define _NR_nbgl_getCharWidth 0xaa | ||
#define _NR_nbgl_getFont 0xab | ||
#define _NR_nbgl_getFontHeight 0xac | ||
#define _NR_nbgl_getFontLineHeight 0xad | ||
#define _NR_nbgl_getSingleLineTextWidth 0xae | ||
#define _NR_nbgl_getSingleLineTextWidthInLen 0xaf | ||
#define _NR_nbgl_getTextHeight 0xb0 | ||
#define _NR_nbgl_getTextHeightInWidth 0xb1 | ||
#define _NR_nbgl_getTextNbLinesInWidth 0xb2 | ||
#define _NR_nbgl_getTextNbPagesInWidth 0xb3 | ||
#define _NR_nbgl_getTextWidth 0xb4 | ||
#define _NR_nbgl_getTextMaxLenInNbLines 0xb5 | ||
#define _NR_nbgl_textReduceOnNbLines 0xb6 | ||
#define _NR_nbgl_textWrapOnNbLines 0xb7 | ||
#define _NR_nbgl_refreshUnicodeFont 0xb8 | ||
#define _NR_nbgl_touchHandler 0xb9 | ||
#define _NR_nbgl_touchGetTouchDuration 0xba | ||
#define _NR_nbgl_touchGetTouchedPosition 0xbb | ||
#define _NR_nbgl_buttonsHandler 0xbc | ||
#define _NR_nbgl_buttonsReset 0xbd | ||
#define _NR_nbgl_keyboardCallback 0xbe | ||
#define _NR_nbgl_keypadCallback 0xbf | ||
#define _NR_nbgl_drawText 0xc0 | ||
#define _NR_pic_shared 0xc1 | ||
#define _NR_pic_init 0xc2 | ||
#define _NR_nbgl_refresh 0x91 | ||
#define _NR_nbgl_refreshSpecial 0x92 | ||
#define _NR_nbgl_refreshSpecialWithPostRefresh 0x93 | ||
#define _NR_nbgl_refreshIsNeeded 0x94 | ||
#define _NR_nbgl_refreshReset 0x95 | ||
#define _NR_nbgl_objInit 0x96 | ||
#define _NR_nbgl_objDraw 0x97 | ||
#define _NR_nbgl_objAllowDrawing 0x98 | ||
#define _NR_nbgl_objGetRAMBuffer 0x99 | ||
#define _NR_nbgl_screenContainsObjType 0x9a | ||
#define _NR_nbgl_screenSet 0x9b | ||
#define _NR_nbgl_screenPush 0x9c | ||
#define _NR_nbgl_screenRedraw 0x9d | ||
#define _NR_nbgl_screenPop 0x9e | ||
#define _NR_nbgl_screenGetElements 0x9f | ||
#define _NR_nbgl_screenGetCurrentStackSize 0xa0 | ||
#define _NR_nbgl_screenGetUxStackSize 0xa1 | ||
#define _NR_nbgl_screenGetAt 0xa2 | ||
#define _NR_nbgl_screenGetTop 0xa3 | ||
#define _NR_nbgl_screenUpdateTicker 0xa4 | ||
#define _NR_nbgl_screenUpdateBackgroundColor 0xa5 | ||
#define _NR_nbgl_screenReset 0xa6 | ||
#define _NR_nbgl_screenHandler 0xa7 | ||
#define _NR_nbgl_objPoolGet 0xa8 | ||
#define _NR_nbgl_objPoolGetArray 0xa9 | ||
#define _NR_nbgl_containerPoolGet 0xaa | ||
#define _NR_nbgl_getCharWidth 0xab | ||
#define _NR_nbgl_getFont 0xac | ||
#define _NR_nbgl_getFontHeight 0xad | ||
#define _NR_nbgl_getFontLineHeight 0xae | ||
#define _NR_nbgl_getSingleLineTextWidth 0xaf | ||
#define _NR_nbgl_getSingleLineTextWidthInLen 0xb0 | ||
#define _NR_nbgl_getTextHeight 0xb1 | ||
#define _NR_nbgl_getTextHeightInWidth 0xb2 | ||
#define _NR_nbgl_getTextNbLinesInWidth 0xb3 | ||
#define _NR_nbgl_getTextNbPagesInWidth 0xb4 | ||
#define _NR_nbgl_getTextWidth 0xb5 | ||
#define _NR_nbgl_getTextMaxLenInNbLines 0xb6 | ||
#define _NR_nbgl_textReduceOnNbLines 0xb7 | ||
#define _NR_nbgl_textWrapOnNbLines 0xb8 | ||
#define _NR_nbgl_refreshUnicodeFont 0xb9 | ||
#define _NR_nbgl_touchHandler 0xba | ||
#define _NR_nbgl_touchGetTouchDuration 0xbb | ||
#define _NR_nbgl_touchGetTouchedPosition 0xbc | ||
#define _NR_nbgl_buttonsHandler 0xbd | ||
#define _NR_nbgl_buttonsReset 0xbe | ||
#define _NR_nbgl_keyboardCallback 0xbf | ||
#define _NR_nbgl_keypadCallback 0xc0 | ||
#define _NR_nbgl_drawText 0xc1 | ||
#define _NR_pic_shared 0xc2 | ||
#define _NR_pic_init 0xc3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.