Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check hardware support for LGT8F type arduino nano clone boards #15

Open
modulove opened this issue May 24, 2024 · 1 comment
Open

Check hardware support for LGT8F type arduino nano clone boards #15

modulove opened this issue May 24, 2024 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@modulove
Copy link
Owner

modulove commented May 24, 2024

Boards based on LGT8F, e.g LGT8F328P (purple pcb) have some advanced features which are not covered in the code yet.

    1. LGT8F328P allows you to increase the ADC resolution to 11 or 12 bits:

void setup(){ analogReference(INTERNAL4V096); analogReadResolution(10); // Resolution = 10, 11 or 12 Bit }

  • Accuracy of the DAC
  • LGT8F328P has two 8-bit and two 16-bit timers, so one 16-bit timer more (Timer3) than the ATmega328P
  • 80 mA outputs (pins TX, D2, D5 and D6 can supply up to 80 mA)
  • Fastio – Functions (Similar to FastGPIO library, small, efficient)
  • You can set the Timer0 and Timer1 counter to double the system frequency, i.e. up to 64 MHz!

We should think about if we want to use this or abandon the support entirely I think.

@modulove modulove added enhancement New feature or request question Further information is requested labels May 24, 2024
@modulove
Copy link
Owner Author

We do Set the amount of savestate slots, presets and Also if the bootlogo should Show depending on the microcontroller soon with futurebeat Update. This is a Start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant