问答

汇集网友智慧,解决技术难题

21ic问答首页 - TAG
  • GC9D01显示问题 sos

    1、要是用分块刷新的方式来显示时,左上角或者右上角就会有一个像素点无法显示。像素点分得越细,点就越多无法显示。比如我i让屏幕显示5*5个色块,他每个色块的一个角的那个像素点,都是显示不出来的。 2、如果是使用取模软件,换成数组然后显示的话是可以显示正常的。也就说,调用tft.fillRect(x,y,blockWidth,blockHeight,color);函数就会出问题。 3、刷块代码如下: void drawcolorBlocks(){ int blockwidth =40;//Width of each block int blockHeight =40;// Height of each block int rows = 4; int cols = 4; // Number of rows of blocks //Number of columns of blocks for(int row=0;row

    blocks IDT Width ck ig ID

    367浏览量 0回复量 关注量
  • GW3323 官方SDK在code::blocks编译不了 sos

    Project/Target: "GW3323_GPIO_IN - Debug": The compiler's setup is invalid, so Code::Blocks cannot find/run the compiler. Probably the toolchain path within the compiler options is not setup correctly?! Do you have a compiler installed? Goto "Settings->Compiler...->Global compiler settings->unknown->Toolchain executables" and fix the compiler's setup. Skipping... 没有什么可以做(所有项目是最新的). 我正确设置了编译器的位置,试过几遍无法编译 我用杰理的蓝牙SDk例程编译没有问题,差别是杰理有个codeblocks的工具链安装

    code 编译 GW3323 blocks sdk pi

    1695浏览量 0回复量 关注量