Advertisement
Guest User

Fuze Plus Lcd tests Rockbox

a guest
Oct 29th, 2020
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. OLD build: Version: f38a917fdaM-191031
  2. LCD driver performance test.
  3. ----------------------------
  4.  
  5. Results are printed in the following drawmode order:
  6. solid/foreground/background/complement
  7.  
  8. lcd_drawpixel (pixels/s): 485536/485113/571290/522510
  9. lcd_drawline (lines/s): 35754/35842/44032/40232
  10. lcd_hline (lines/s): 598848/597628/1092480/379706
  11. lcd_vline (lines/s): 94930/94652/163496/144322
  12. lcd_fillrect (rects/s): 33778/33780/920830/12256
  13. lcd_putsxy (strings/s): 2806/2834/2826/2764
  14.  
  15. put_line (lines (icon+text)/s):
  16. default: 1452
  17. inverted: 1442
  18. colorbar: 1446
  19. gradient: 1410
  20.  
  21. CPU: 64 MHz
  22.  
  23. Current Head: c5c17fa799-201029
  24.  
  25. LCD driver performance test.
  26. ----------------------------
  27.  
  28. Results are printed in the following drawmode order:
  29. solid/foreground/background/complement
  30.  
  31. lcd_drawpixel (pixels/s): 361933/361876/406796/403698
  32. lcd_drawline (lines/s): 30036/30072/35562/31162
  33. lcd_hline (lines/s): 497510/497568/1092136/333748
  34. lcd_vline (lines/s): 91552/90942/153782/136786
  35. lcd_fillrect (rects/s): 32940/32946/913842/12142
  36. lcd_putsxy (strings/s): 3001/3030/3011/2936
  37.  
  38. put_line (lines (icon+text)/s):
  39. default: 1135
  40. inverted: 1132
  41. colorbar: 1132
  42. gradient: 1107
  43.  
  44. CPU: 64 MHz
  45.  
  46. Patch for frame flip
  47. LCD driver performance test.
  48. ----------------------------
  49.  
  50. Results are printed in the following drawmode order:
  51. solid/foreground/background/complement
  52.  
  53. lcd_drawpixel (pixels/s): 361825/361885/406795/404020
  54. lcd_drawline (lines/s): 30044/30074/35592/32480
  55. lcd_hline (lines/s): 499448/499498/1092558/332704
  56. lcd_vline (lines/s): 91356/88814/153622/136574
  57. lcd_fillrect (rects/s): 32896/32906/913538/12158
  58. lcd_putsxy (strings/s): 3007/3037/3019/2940
  59.  
  60. put_line (lines (icon+text)/s):
  61. default: 1134
  62. inverted: 1131
  63. colorbar: 1131
  64. gradient: 1106
  65.  
  66. CPU: 64 MHz
  67.  
  68. Old
  69. 1/1 1/4
  70. 71.5 258
  71. YUV 1/1 1/4
  72. 64 mhz 16.8 64.6 fps
  73.  
  74. Head
  75. 71.5 249.5
  76. 64 MHZ 16.5 63.5
  77. Flipped Ditto
  78.  
  79. Flip Patch
  80. 71.5 249
  81. 64MHZ 16.5 63.5
  82. Flipped Ditto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement