找回密码
 立即注册

微信扫码登录

查看: 184|回复: 3

ZIGBEE RGB应用的问题

[复制链接]

19

主题

39

回帖

227

积分

华贵铂金

积分
227
发表于 2025-8-20 17:03:08 | 显示全部楼层 |阅读模式 来自 广东深圳
information
说明:   建议参照本版块置顶帖内容输入必要信息
芯片型号:
SDK及版本:
8258的芯片,RGB应用, lookup table 什么意思?




#if defined(MCU_CORE_826x) || defined(MCU_CORE_8258) || defined(MCU_CORE_8278)
    //lookup table?
    return;




另外 pow是什么功能,找不到
r = (r <= 0.0031308f ? 12.92f * r : (1.055f) * pow(r, (1.0f / 2.4f)) - 0.055f);

微信图片_20250820161621_2.png

13

主题

76

回帖

426

积分

璀璨钻石

积分
426
发表于 2025-8-21 05:36:00 | 显示全部楼层 来自 澳大利亚
"lookup table" - obviously Telink didn't create one so it doesn't do anything. You probably need a lookup table due to the maths needed to calculate, which TLSR8258 can't do. You could probably create a lookup table yourself.

pow() - is a standard C function that raises a number to the power of another number.
  1. pow(double base, double exponent);
复制代码

19

主题

39

回帖

227

积分

华贵铂金

积分
227
 楼主| 发表于 2025-8-21 08:23:25 | 显示全部楼层 来自 广东深圳
好的,只是8258如何解决这个问题?

13

主题

76

回帖

426

积分

璀璨钻石

积分
426
发表于 2025-8-21 14:06:20 | 显示全部楼层 来自 澳大利亚
fff 发表于 2025-8-21 08:23
好的,只是8258如何解决这个问题?

I guess it doesn't solve it. Telink left it to you (developer) to work it out.
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Telink forum ( 沪ICP备17008231号-1 )

GMT+8, 2025-9-1 10:10 , Processed in 0.098841 second(s), 23 queries .

Powered by Telink 隐私政策

泰凌微电子版权所有 © 。保留所有权利。 2024

快速回复 返回顶部 返回列表