vongomben / smart-foot-brace

notes over a smart foot brace based on ZNX-01 and IMU, communicating with a Node-RED UI (vers 0.1 and 0.2) and with p5js (in ver 0.3)
https://officine.cc/smart-foot-brace-a-project-with-its-biotecnologie-from-colleretto-giacosa/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Heatmap #6

Closed vongomben closed 10 months ago

vongomben commented 1 year ago

Al momento la scala colori dell'heatmap della suola é definita da questi colori, partendo dal blu e finendo al rosso.

Va bene?

  Val       R    G    B
1.000 -> (  0,   0, 255) rgb(  0,   0, 255)
1.200 -> (  0,  50, 204) rgb(  0,  50, 204)
1.400 -> (  0, 101, 153) rgb(  0, 101, 153)
1.600 -> (  0, 153, 101) rgb(  0, 153, 101)
1.800 -> (  0, 204,  50) rgb(  0, 204,  50)
2.000 -> (  0, 255,   0) rgb(  0, 255,   0)
2.200 -> ( 51, 203,   0) rgb( 51, 203,   0) 
2.400 -> (102, 152,   0) rgb(102, 152,   0)
2.600 -> (153, 101,   0) rgb(153, 101,   0)
2.800 -> (203,  51,   0) rgb(203,  51,   0)
3.000 -> (255,   0,   0) rgb(255,   0,   0)
marioantonaci commented 1 year ago

Ok per me