displaying results of analog input on seven segment display

Hi everyone

PLEASE HELP ME, I am pulling my hair out, and I have little to offer as it is!

I am trying to output the result of a microphone onto a seven segment display.

I have done const byte numeral[10] = {
B11111100

etc.

I also have mapped the values of the mic to a value from 0 to 9.

Now this is where it all goes pear-shaped, how do I use bitRead to get the mapped value from the mic onto the seven segment display.

Being relatively new and using the Arduino Cookbook V2, I am going to need a bit of help and explanation.

Thanks for your help and guidance in advance!!

Clean up what code you've written so far and post it.

What type of seven segment display is this?