change vik displays to display product name in the center by default

This commit is contained in:
Sadek Baroudi 2023-10-29 10:05:10 -07:00
parent 2da4d8bc4a
commit d7c5c3bf53
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void fp_qp_display_text(char* text, int location) {
* Create an arc which acts as a loader.
*/
void fp_qp_load_initial_screen(void) {
fp_qp_display_text("Testing", FP_QP_CENTER);
fp_qp_display_text(PRODUCT, FP_QP_CENTER);
// Original test code with an arc circling indefinitely
// /*Create an Arc*/