Hi .
A short question about scripting.
I want to write a code who translate from
linear PWM grayscale pulse to linear dither grayscale pulse.
I dont know how to explain what is in my mind.
Basicaly i start to write a code who measure the length pulse
" assuming we use a standard PWM like 1 or 5KHz" know'ed before
to don't do unnecesary math of what frequency are.
So , instead to only decrease PWM period on 30% gray , decrease
frequency as well , pulse by pulse . I assume that will result in automatic
image dither+grayscale "at least that happen in my mind" .
My photo and GCODE experience was totaly 0 until to start here and build my laser
so my knowledge about image conversion are still limited.
I didn't test yet , i just found some dsPIC controllers on my garage
and i will use one to test what is in my mind.
I ask if can be done via script because if is working i will create a script for that
but now i'm way more comfortable coding pure C in microcontrollers.
Anyone know , changing the compiler will reset you skill close to 0

.
I never write something for windows so... i remain on what i know for sure .
The ideea come from old test when with 260Hz i get amazing result on " low gray " areas
but the problem is the speed , need to running low speed like A5 photo 1.6h to dont
get bad result at the small black edges. So in that way i assume the high black will
be at max fixed frequency and low gray at minimum fixed frequency limits.
In relation with speed travel the result will be in interrupted micro lines
that can not be done via normal dither . I mean can be in software but mechanic error and
laser delay will never do that.
Thanks
Bobby