change vik displays to display product name in the center by default
This commit is contained in:
parent
2da4d8bc4a
commit
d7c5c3bf53
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue