mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-11-16 08:05:49 +00:00
pdmonboard: reduce logging messages.
This commit is contained in:
parent
932a6ae01e
commit
827d7f10dd
@ -107,7 +107,6 @@ void PdmOnboardVideo::set_clut_color(uint8_t color)
|
|||||||
{
|
{
|
||||||
this->clut_color[this->comp_index++] = color;
|
this->clut_color[this->comp_index++] = color;
|
||||||
if (this->comp_index >= 3) {
|
if (this->comp_index >= 3) {
|
||||||
LOG_F(INFO, "PDM-Video: received color for index %d", this->clut_index);
|
|
||||||
// TODO: combine separate components into a single ARGB value
|
// TODO: combine separate components into a single ARGB value
|
||||||
this->palette[this->clut_index][0] = this->clut_color[0];
|
this->palette[this->clut_index][0] = this->clut_color[0];
|
||||||
this->palette[this->clut_index][1] = this->clut_color[1];
|
this->palette[this->clut_index][1] = this->clut_color[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user