Mercurial > public > ostc4
comparison Discovery/Src/t3.c @ 603:c56ed16dbd39
T3 profile view: Added visualization of deco data
author | Ideenmodellierer |
---|---|
date | Wed, 06 Jan 2021 19:41:43 +0100 |
parents | 2cb0a97a07ad |
children | ae7f8333c900 |
comparison
equal
deleted
inserted
replaced
602:2cb0a97a07ad | 603:c56ed16dbd39 |
---|---|
244 GFX_graph_print(&t3screen, &wintemp, 0,1,0, max_depth, pReplayData, drawDataLength, CLUT_Font031, NULL); | 244 GFX_graph_print(&t3screen, &wintemp, 0,1,0, max_depth, pReplayData, drawDataLength, CLUT_Font031, NULL); |
245 } | 245 } |
246 | 246 |
247 if(liveDataLength > 3) | 247 if(liveDataLength > 3) |
248 { | 248 { |
249 GFX_graph_print(&t3screen,&wintemp,wintemp.top * -1,1,0,max_depth, getMiniLiveDecoPointerToData(),drawDataLength, CLUT_NiceGreen, NULL); | |
249 GFX_graph_print(&t3screen, &wintemp, 0,1,0, max_depth, getMiniLiveReplayPointerToData(), drawDataLength, CLUT_Font030, NULL); | 250 GFX_graph_print(&t3screen, &wintemp, 0,1,0, max_depth, getMiniLiveReplayPointerToData(), drawDataLength, CLUT_Font030, NULL); |
250 } | 251 } |
251 } | 252 } |
252 | 253 |
253 | 254 |