Home
last modified time | relevance | path

Searched refs:ycomp (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/lcd/tjpgd/main/
Dpretty_effect.c34 static int8_t xcomp[320], ycomp[240]; variable
47 for (int y=0; y<240; y++) ycomp[y]=sin(frame*0.07+y*0.15)*4; in pretty_effect_calc_lines()
52 *dest++=get_bgnd_pixel(x+yofs[y]+xcomp[x], y+xofs[x]+ycomp[y]); in pretty_effect_calc_lines()
/hal_espressif-3.6.0/examples/peripherals/spi_master/lcd/main/
Dpretty_effect.c33 static int8_t xcomp[320], ycomp[240]; variable
46 for (int y=0; y<240; y++) ycomp[y]=sin(frame*0.07+y*0.15)*4; in pretty_effect_calc_lines()
51 *dest++=get_bgnd_pixel(x+yofs[y]+xcomp[x], y+xofs[x]+ycomp[y]); in pretty_effect_calc_lines()