files
Table/draw_data.c
Mikhail Frolov b3981d174a Table: All editor code files have been added from the flash drive.
The start date of development is September 12, 2024.
2025-03-30 22:56:32 +05:00

8 lines
553 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Для отображения неизвестного формата файлов необхдим модуль, преобразующий
эти данные в битмап. Для более точного создания данного изображения
в функцию передаются размеры области отображения. В целях упрощения,
буфер для битмапа передаётся вызывающей стороной, для уменьшения аллокаций
памяти.
*/