mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
Display version info from makefile
This commit is contained in:
parent
2e5ee10f93
commit
82c5555112
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ void gfx_clearscreen(){
|
|||
gfx_boxGrey(0, 703, 1279, 719, 0xFF);
|
||||
gfx_boxGrey(0, 0, 1279, 15, 0xFF);
|
||||
gfx_con_setpos(0, 0);
|
||||
gfx_printf("Tegraexplorer Rewrite | Battery: %3d%%\n", battery >> 8);
|
||||
gfx_printf("Tegraexplorer %d.%d.%d | Battery: %3d%%\n", LP_VER_MJ, LP_VER_MN, LP_VER_BF, battery >> 8);
|
||||
|
||||
RESETCOLOR;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue