I have 10-bit ADC reading with a usable range of 400 - 930.

How can I adjust that value to create a range of 100 to 230?

I've been dividing the ADC by 4 to get a PWM of 0 to 255, but all PWM values below 100 are useless, and values above 235 will shorten the life of a LCD.

I'm at my wits end after 2 days.